summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h
index 42e0b22b..eae98e6e 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -59,4 +59,6 @@ int pa_fd_set_cloexec(int fd, int b);
int pa_parse_boolean(const char *s);
+char *pa_split(const char *c, const char*delimiters, const char **state);
+
#endif