summaryrefslogtreecommitdiffstats
path: root/src/stringlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stringlist.h')
-rw-r--r--src/stringlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stringlist.h b/src/stringlist.h
index cf1c33a..46151a4 100644
--- a/src/stringlist.h
+++ b/src/stringlist.h
@@ -8,5 +8,7 @@ typedef struct StringList StringList;
StringList* stringListCreate(size_t);
StringList* listToCList(PyObject* list);
PyObject* cListToPyList(StringList*);
+void stringListPrint(StringList*);
+void stringListFree(StringList*);
#endif