]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/strlist.h
follow consolekit's recent D-Bus API change, original patch from William Jon McCan
[pulseaudio] / src / pulsecore / strlist.h
index 96ad47e26056468040dbb16e1579a340730687b5..1cb7537aa111f940c2e4c55743eeb1b6332a0570 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foostrlisthfoo
 #define foostrlisthfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
@@ -46,4 +44,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