add meson support
[protos/libecoli.git] / include / ecoli_node_empty.h
diff --git a/include/ecoli_node_empty.h b/include/ecoli_node_empty.h
new file mode 100644 (file)
index 0000000..ed5e32e
--- /dev/null
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
+ */
+
+/**
+ * This node always matches an empty string vector
+ */
+
+#ifndef ECOLI_NODE_EMPTY_
+#define ECOLI_NODE_EMPTY_
+
+struct ec_node *ec_node_empty(const char *id);
+
+#endif