]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_node.h
store full token and completion in completed_item
[protos/libecoli.git] / lib / ecoli_node.h
index 8fe2d769ed962fa08e61f7b9f0903d6ed5f237c1..8afcdbcaa91a919783918c65a7bcb83366a3d26a 100644 (file)
@@ -187,4 +187,8 @@ const char *ec_node_desc(const struct ec_node *node);
 void ec_node_dump(FILE *out, const struct ec_node *node);
 struct ec_node *ec_node_find(struct ec_node *node, const char *id);
 
+/* check the type of a node */
+int ec_node_check_type(const struct ec_node *node,
+               const struct ec_node_type *type);
+
 #endif