summaryrefslogtreecommitdiff
path: root/lib/strsep.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strsep.h')
-rw-r--r--lib/strsep.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/strsep.h b/lib/strsep.h
new file mode 100644
index 00000000..782a3600
--- /dev/null
+++ b/lib/strsep.h
@@ -0,0 +1,6 @@
+#ifndef FIO_LIB_H
+#define FIO_LIB_H
+
+char *strsep(char **, const char *);
+
+#endif