re_lex: attach attribute to strings in vec
[protos/libecoli.git] / libecoli / ecoli_node_re_lex.h
index 632627c..94d426e 100644 (file)
@@ -9,6 +9,7 @@
 
 struct ec_node *ec_node_re_lex(const char *id, struct ec_node *child);
 
-int ec_node_re_lex_add(struct ec_node *gen_node, const char *pattern, int keep);
+int ec_node_re_lex_add(struct ec_node *gen_node, const char *pattern, int keep,
+       const char *attr_name);
 
 #endif