From d3a66f65b57b74dff41815620f8e45fd926ec50f Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Mar 2009 13:32:28 +0000 Subject: Split cardwidget out into it's own files. Also define a get_context() method to get the context from outside of the main file. --- src/pavucontrol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pavucontrol.h') 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 -- cgit