Edmond Yoo
2018-09-06 6e0d293aa608d100b9695aee490ff828ec0c90cd
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