]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_dynamic.h
api doc and minor changes
[protos/libecoli.git] / include / ecoli_node_dynamic.h
index fd989719a64bc33c5fc69f034868b08e15fcb1a8..e0aa85c15c96bbbfeb985cdb83fe2e4012a14d92 100644 (file)
@@ -16,7 +16,7 @@ struct ec_pnode;
 /* callback invoked by parse() or complete() to build the dynamic node
  * the behavior of the node can depend on what is already parsed */
 typedef struct ec_node *(*ec_node_dynamic_build_t)(
-       struct ec_pnode *state, void *opaque);
+       struct ec_pnode *pstate, void *opaque);
 
 struct ec_node *ec_node_dynamic(const char *id, ec_node_dynamic_build_t build,
                                void *opaque);