summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/strlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/strlist.h')
-rw-r--r--src/pulsecore/strlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/strlist.h b/src/pulsecore/strlist.h
index 96ad47e2..6e6e2d4a 100644
--- a/src/pulsecore/strlist.h
+++ b/src/pulsecore/strlist.h
@@ -46,4 +46,7 @@ pa_strlist* pa_strlist_pop(pa_strlist *l, char **s);
/* Parse a whitespace separated server list */
pa_strlist* pa_strlist_parse(const char *s);
+/* Reverse string list */
+pa_strlist *pa_strlist_reverse(pa_strlist *l);
+
#endif