api doc and minor changes
[protos/libecoli.git] / src / ecoli_node_bypass.c
index 21bb253..7380aeb 100644 (file)
@@ -28,12 +28,12 @@ struct ec_node_bypass {
 
 static int
 ec_node_bypass_parse(const struct ec_node *node,
-               struct ec_pnode *state,
+               struct ec_pnode *pstate,
                const struct ec_strvec *strvec)
 {
        struct ec_node_bypass *priv = ec_node_priv(node);
 
-       return ec_parse_child(priv->child, state, strvec);
+       return ec_parse_child(priv->child, pstate, strvec);
 }
 
 static int