summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-21 21:59:53 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-22 05:06:39 +0100
commit195069c1815a1483b2c44f8cc72e2dd25e9b8fb1 (patch)
treeeac8574fcfbc3004f3109f87d095c2a0054fae42 /src/pulsecore/core-util.h
parentdd682d6f96fe7133b866c97b72edcb6136a9737c (diff)
core-util: introduce generic function pa_strip()
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index eba1b404..71be9de8 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -102,6 +102,7 @@ char *pa_split(const char *c, const char*delimiters, const char **state);
char *pa_split_spaces(const char *c, const char **state);
char *pa_strip_nl(char *s);
+char *pa_strip(char *s);
const char *pa_sig2str(int sig) PA_GCC_PURE;