list children in a table, not in a list
[protos/libecoli.git] / lib / ecoli_node_option.h
index 3b6e3a2..41d4f38 100644 (file)
@@ -31,5 +31,6 @@
 #include <ecoli_node.h>
 
 struct ec_node *ec_node_option(const char *id, struct ec_node *node);
+int ec_node_option_set(struct ec_node *gen_node, struct ec_node *child);
 
 #endif