diff src/statusicon/si_ui.h @ 2219:d7acad3d50e8

statusicon: warnings suppressed
author Eugene Zagidullin <e.asphyx@gmail.com>
date Fri, 07 Dec 2007 21:34:58 +0300
parents 38fe08dff5cd
children
line wrap: on
line diff
--- a/src/statusicon/si_ui.h	Fri Dec 07 01:13:34 2007 +0900
+++ b/src/statusicon/si_ui.h	Fri Dec 07 21:34:58 2007 +0300
@@ -21,12 +21,14 @@
 #ifndef _I_SI_UI_H
 #define _I_SI_UI_H 1
 
-#include "si_ui.h"
+#include <glib.h>
 
 
 void si_ui_statusicon_show( void );
 void si_ui_statusicon_hide( void );
 void si_ui_about_show( void );
+void si_ui_statusicon_enable ( gboolean );
+void si_ui_prefs_show ( void );
 
 
 #endif /* !_I_SI_UI_H */