X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_node_dynamic.h;fp=include%2Fecoli_node_dynamic.h;h=e0aa85c15c96bbbfeb985cdb83fe2e4012a14d92;hp=fd989719a64bc33c5fc69f034868b08e15fcb1a8;hb=331d87b8f34493ea7eb4db75fa9d90b2e3ed503b;hpb=67b4d8d2b2593e3e64a848ce548bc0fd76bc440a diff --git a/include/ecoli_node_dynamic.h b/include/ecoli_node_dynamic.h index fd98971..e0aa85c 100644 --- a/include/ecoli_node_dynamic.h +++ b/include/ecoli_node_dynamic.h @@ -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);