summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index 2734c72..89c038d 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -9,7 +9,7 @@ void print_input_list(gint);
void print_volume(pa_volume_t, gint, gint);
void get_input(void);
void interface_init(void);
-void interface_resize(void);
+gboolean interface_resize(gpointer);
void interface_clear(void);
void status(gchar *);