add meson support
[protos/libecoli.git] / include / ecoli_node_none.h
diff --git a/include/ecoli_node_none.h b/include/ecoli_node_none.h
new file mode 100644 (file)
index 0000000..842f211
--- /dev/null
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
+ */
+
+/**
+ * This node does not match anything
+ */
+
+#ifndef ECOLI_NODE_ANY_
+#define ECOLI_NODE_ANY_
+
+#endif