api doc and minor changes
[protos/libecoli.git] / src / ecoli_node_option.c
index 85f3451..192288c 100644 (file)
@@ -28,13 +28,13 @@ struct ec_node_option {
 
 static int
 ec_node_option_parse(const struct ec_node *node,
-               struct ec_pnode *state,
+               struct ec_pnode *pstate,
                const struct ec_strvec *strvec)
 {
        struct ec_node_option *priv = ec_node_priv(node);
        int ret;
 
-       ret = ec_parse_child(priv->child, state, strvec);
+       ret = ec_parse_child(priv->child, pstate, strvec);
        if (ret < 0)
                return ret;