/[xlog]/xlog/src/main.c
ViewVC logotype

Diff of /xlog/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by pa4tu, Fri Jul 25 17:04:53 2003 UTC revision 1.41 by pa4tu, Sun Aug 17 10:25:42 2003 UTC
# Line 34  Line 34 
34  #include <gtk/gtk.h>  #include <gtk/gtk.h>
35  #include <string.h>  #include <string.h>
36    
37    #if WANT_HAMLIB
38    #       include <hamlib/rig.h>
39    #endif
40    
41  #include "interface.h"  #include "interface.h"
42  #include "support.h"  #include "support.h"
43  #include "callbacks_menu.h"  #include "callbacks_menu.h"
# Line 49  Line 53 
53  #include "remote.h"  #include "remote.h"
54  #include "history.h"  #include "history.h"
55    
 #if WANT_HAMLIB  
 #       include <hamlib/rig.h>  
 #endif  
   
56  GtkWidget *mainwindow, *mainnotebook;  GtkWidget *mainwindow, *mainnotebook;
57  gchar *xlogdir;  gchar *xlogdir;
58  gint remotetimer = -1, clocktimer = -1, savetimer = -1;  gint remotetimer = -1, clocktimer = -1, savetimer = -1;

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26