]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_node.h
rename __ec_node
[protos/libecoli.git] / lib / ecoli_node.h
index f66fa3d7bac1f0f9eb458134a3b8e5347d4642c8..3501361c32db2abd753222f533a4f9cc810e5439 100644 (file)
@@ -156,7 +156,7 @@ struct ec_node {
 
 /* create a new node when the type is known, typically called from the node
  * code */
-struct ec_node *__ec_node(const struct ec_node_type *type, const char *id);
+struct ec_node *ec_node_from_type(const struct ec_node_type *type, const char *id);
 
 /* create a new node */
 struct ec_node *ec_node(const char *typename, const char *id);