Edmond Yoo
2018-10-13 e0976bcb30fa50e6e33c701fc057a4e93935bccf
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