summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-15 13:32:28 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-03-15 13:32:28 +0000
commitd3a66f65b57b74dff41815620f8e45fd926ec50f (patch)
treea95803cd671920ec1d490aa1c8ba3641c954a9a0 /src/pavucontrol.h
parenta8357b3dc21ee666bd81aa2e1f3e27170354d226 (diff)
Split cardwidget out into it's own files.
Also define a get_context() method to get the context from outside of the main file.
Diffstat (limited to 'src/pavucontrol.h')
-rw-r--r--src/pavucontrol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pavucontrol.h b/src/pavucontrol.h
index 55256d7..2dec8cd 100644
--- a/src/pavucontrol.h
+++ b/src/pavucontrol.h
@@ -34,4 +34,7 @@
#define GLADE_FILE "pavucontrol.glade"
#endif
+pa_context* get_context(void);
+void show_error(const char *txt);
+
#endif