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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pulsecore/strlist.h b/src/pulsecore/strlist.h
index 2584e86c..e57203c5 100644
--- a/src/pulsecore/strlist.h
+++ b/src/pulsecore/strlist.h
@@ -47,4 +47,10 @@ pa_strlist* pa_strlist_parse(const char *s);
/* Reverse string list */
pa_strlist *pa_strlist_reverse(pa_strlist *l);
+/* Return the next item in the list */
+pa_strlist *pa_strlist_next(pa_strlist *s);
+
+/* Return the string associated to the current item */
+const char *pa_strlist_data(pa_strlist *s);
+
#endif