debug malloc to track mem leaks
[protos/libecoli.git] / lib / ecoli_tk_or.h
index 130ec4d..a04c6a3 100644 (file)
@@ -41,8 +41,10 @@ struct ec_tk_or {
 struct ec_tk *ec_tk_or_new(const char *id);
 
 /* list must be terminated with EC_TK_ENDLIST */
+/* all token given in the list will be freed when freeing this one */
 struct ec_tk *ec_tk_or_new_list(const char *id, ...);
 
+/* all token given in the list will be freed when freeing this one */
 int ec_tk_or_add(struct ec_tk *tk, struct ec_tk *child);
 
 #endif