save
[protos/libecoli.git] / lib / ecoli_tk_many.h
index ed32075..107e4c7 100644 (file)
@@ -31,7 +31,7 @@
 /*
  * if min == max == 0, there is no limit
  */
-struct ec_tk *ec_tk_many_new(const char *id, struct ec_tk *child,
+struct ec_tk *ec_tk_many(const char *id, struct ec_tk *child,
        unsigned int min, unsigned int max);
 
 #endif