worked on the project table
[ptask.git] / src / list.h
index 91aa116..39fcb29 100644 (file)
@@ -22,6 +22,5 @@
 
 int list_length(void **list);
 void **list_add(void **list, void *item);
-void list_free(void **list);
 
 #endif