diff src/audacious/ui_main.h @ 3366:ac752b5db631 trunk

introduce change_timer_mode_cb
author Tomasz Mon <desowin@gmail.com>
date Sun, 19 Aug 2007 10:40:43 +0200
parents 7a4fcf84a34f
children 21601ce39fa1
line wrap: on
line diff
--- a/src/audacious/ui_main.h	Sun Aug 19 10:21:56 2007 +0200
+++ b/src/audacious/ui_main.h	Sun Aug 19 10:40:43 2007 +0200
@@ -177,6 +177,7 @@
                                 gpointer user_data);
 
 void mainwin_setup_menus(void);
+gboolean change_timer_mode_cb(GtkWidget *widget, GdkEventButton *event);
 
 void mainwin_jump_to_file(void);
 void mainwin_jump_to_time(void);
@@ -190,5 +191,4 @@
                                 gint * frequency,
                                 gint * numchannels);
 
-
 #endif