]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_tk_or.h
debug malloc to track mem leaks
[protos/libecoli.git] / lib / ecoli_tk_or.h
index 130ec4d952e5dc34210201adb0d2343dc0ad5160..a04c6a31e4e3757942c4208a566b197d07e30836 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