add meson support
[protos/libecoli.git] / include / ecoli_node_sh_lex.h
diff --git a/include/ecoli_node_sh_lex.h b/include/ecoli_node_sh_lex.h
new file mode 100644 (file)
index 0000000..d45b998
--- /dev/null
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
+ */
+
+#ifndef ECOLI_NODE_SHLEX_
+#define ECOLI_NODE_SHLEX_
+
+#include <ecoli_node.h>
+
+struct ec_node *ec_node_sh_lex(const char *id, struct ec_node *child);
+
+#endif