/[xlog]/xlog/src/types.h
ViewVC logotype

Diff of /xlog/src/types.h

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

revision 1.40 by pa4tu, Sat Mar 5 20:19:53 2005 UTC revision 1.41 by pa4tu, Thu Apr 21 17:59:24 2005 UTC
# Line 112  preferencestype; Line 112  preferencestype;
112  typedef struct  typedef struct
113  {  {
114          gchar *mylocation;              /* latitude and longitude */          gchar *mylocation;              /* latitude and longitude */
         gint countries;         /* number of countries loaded */  
115          gint qsos;                      /* number of qso's read from the logs */          gint qsos;                      /* number of qso's read from the logs */
116          gboolean controlkey;            /* control key is pressed */          gboolean controlkey;            /* control key is pressed */
117          long long rigfrequency; /* frequency read from the rig */          long long rigfrequency; /* frequency read from the rig */
# Line 158  typedef struct Line 157  typedef struct
157  }  }
158  msgtype;  msgtype;
159    
 /* struct for dxcc information from cty.dat */  
 typedef struct  
 {  
         gchar *countryname;  
         gint waz;  
         gint itu;  
         gchar *continent;  
         gint latitude;  
         gint longitude;  
         gint timezone;  
         gchar *px;  
         gchar *exceptions;  
 }  
 dxcc_data;  
   
   
160  #define QSO_FIELDS 18  #define QSO_FIELDS 18
161  /* fields for the qso array */  /* fields for the qso array */
162  #define NR      0  #define NR      0

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