X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_node_helper.h;fp=include%2Fecoli_node_helper.h;h=f87eeb7ecc6009bd8976bbc69fed6373bb603fc5;hp=9dbf519ecb27e7bd80c7081b09639b56382e1ad5;hb=984760622f2c8472fd2667e24bcceb543bdb1aff;hpb=ae32f7f2fd1bc44a5388e1984f7c96bc29d3fdc2 diff --git a/include/ecoli_node_helper.h b/include/ecoli_node_helper.h index 9dbf519..f87eeb7 100644 --- a/include/ecoli_node_helper.h +++ b/include/ecoli_node_helper.h @@ -38,14 +38,14 @@ ec_node_config_node_list_to_table(const struct ec_config *config, * Build a list of config nodes from variable arguments. * * The va_list argument is a list of pointer to ec_node structures, - * terminated with EC_NODE_ENDLIST. + * terminated with EC_VA_END. * * This helper is used by nodes that contain a list of nodes, * like "seq", "or", ... * * @param ap * List of pointer to ec_node structures, terminated with - * EC_NODE_ENDLIST. + * EC_VA_END. * @return * A pointer to an ec_config structure. In this case, the * nodes will be freed when the config structure will be freed.