diff options
Diffstat (limited to 'src/pavucontrol.h')
-rw-r--r-- | src/pavucontrol.h | 3 |
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 |