summaryrefslogtreecommitdiffstats
path: root/polyp/clitext.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-04 16:39:30 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-04 16:39:30 +0000
commit46091a9237f17f4295dca7140d8d70b4fce8b357 (patch)
tree1c600cd6e1801586abfb66d767f2cd96e15c819c /polyp/clitext.h
parent24291aff27c671c11619684cb10d3b36fdf87c0d (diff)
introduce pa_xmalloc() and friends
implement module auto loading git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@103 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/clitext.h')
-rw-r--r--polyp/clitext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/clitext.h b/polyp/clitext.h
index 4e5252fe..121f2a5d 100644
--- a/polyp/clitext.h
+++ b/polyp/clitext.h
@@ -31,6 +31,7 @@ char *pa_source_list_to_string(struct pa_core *c);
char *pa_client_list_to_string(struct pa_core *c);
char *pa_module_list_to_string(struct pa_core *c);
char *pa_scache_list_to_string(struct pa_core *c);
+char *pa_autoload_list_to_string(struct pa_core *c);
#endif