Edmond Yoo
2018-09-16 5a47c46b39475fc3581b9819f488b977ea1beca3
src/list.h
@@ -22,5 +22,6 @@
void free_list(list *l);
void free_list_contents(list *l);
void free_list_contents_kvp(list *l);
#endif