comparison src/bluetooth/scan_gui.c @ 2871:455e6e37feae

removed the warnings
author Paula Stanciu <paula.stanciu@gmail.com>
date Thu, 07 Aug 2008 13:36:41 +0300
parents 43557eb3180f
children 4128ae5633e4
comparison
equal deleted inserted replaced
2870:c3df7556d85a 2871:455e6e37feae
28 static GtkWidget *scan_label; 28 static GtkWidget *scan_label;
29 static GtkWidget *progress_bar; 29 static GtkWidget *progress_bar;
30 static GtkWidget *rescan_buttton; 30 static GtkWidget *rescan_buttton;
31 static GtkWidget *close_button; 31 static GtkWidget *close_button;
32 static gint usage=0; 32 static gint usage=0;
33 33 void show_pairing_ok(void);
34 gpointer progress() 34 gpointer progress()
35 { 35 {
36 36
37 for(;;){ 37 for(;;){
38 if(window){ 38 if(window){