From 74ee4280886f8adc28b16404c469f63f6aa83e55 Mon Sep 17 00:00:00 2001 From: Detlev Casanova Date: Sat, 10 Jul 2010 18:09:17 +0200 Subject: Add LayamnAPI, Message, Config, StringList, update Config. --- src/stringlist.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/stringlist.h (limited to 'src/stringlist.h') diff --git a/src/stringlist.h b/src/stringlist.h new file mode 100644 index 0000000..cf1c33a --- /dev/null +++ b/src/stringlist.h @@ -0,0 +1,12 @@ +#ifndef STRINGLIST_H +#define STRINGLIST_H + +#include + +typedef struct StringList StringList; + +StringList* stringListCreate(size_t); +StringList* listToCList(PyObject* list); +PyObject* cListToPyList(StringList*); + +#endif -- cgit v1.2.3-1-g7c22