summaryrefslogtreecommitdiff
path: root/port/strsep.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/strsep.h')
-rw-r--r--port/strsep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/port/strsep.h b/port/strsep.h
new file mode 100644
index 0000000..a6dd640
--- /dev/null
+++ b/port/strsep.h
@@ -0,0 +1 @@
+char* pysqlite_strsep(char** stringp, const char* delim);