diff options
Diffstat (limited to 'src/pavucontrol.h')
-rw-r--r-- | src/pavucontrol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pavucontrol.h b/src/pavucontrol.h index 925be4f..3d7fa88 100644 --- a/src/pavucontrol.h +++ b/src/pavucontrol.h @@ -61,6 +61,8 @@ enum SourceType { SOURCE_MONITOR, }; +class MainWindow; +void update_default_sinks(MainWindow *w); pa_context* get_context(void); void show_error(const char *txt); |