summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-04 17:19:15 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-04 17:19:15 +0100
commit83ddc0936e52120f2af86a552f3adb240a4f0ac4 (patch)
tree01b0bdbd4dee2a4ad8636245fd360a2b7bf7cec0 /src/pulsecore/core-util.h
parenta625ca7c74d8a21b36527c06524ac281e67308f3 (diff)
add new calls pa_replace() and pa_unescape()
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index 18901f47..442815f1 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -215,4 +215,8 @@ void pa_reduce(unsigned *num, unsigned *den);
unsigned pa_ncpus(void);
+char *pa_replace(const char*s, const char*a, const char *b);
+
+char *pa_unescape(char *p);
+
#endif