remove smallest start from completed struct
[protos/libecoli.git] / lib / ecoli_strvec.h
index 6178777..ee3313e 100644 (file)
@@ -28,7 +28,9 @@
 #ifndef ECOLI_STRVEC_
 #define ECOLI_STRVEC_
 
-struct ec_strvec *ec_strvec_new(void);
+#include <stdio.h>
+
+struct ec_strvec *ec_strvec(void);
 int ec_strvec_add(struct ec_strvec *strvec, const char *s);
 struct ec_strvec *ec_strvec_dup(const struct ec_strvec *strvec);
 struct ec_strvec *ec_strvec_ndup(const struct ec_strvec *strvec,