/[xlog]/xlog/src/logfile/edi.c
ViewVC logotype

Diff of /xlog/src/logfile/edi.c

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

revision 1.5 by pa4tu, Thu Jan 27 16:20:36 2005 UTC revision 1.6 by pa4tu, Sun Jun 5 15:04:40 2005 UTC
# Line 35  Line 35 
35    
36  #include "logfile.h"  #include "logfile.h"
37  #include "types.h"  #include "types.h"
38    #include "wwl.h"
39    
40  extern preferencestype preferences;  extern preferencestype preferences;
41    
# Line 138  edi_close (LOGDB * handle) Line 139  edi_close (LOGDB * handle)
139          fclose (fp);          fclose (fp);
140  }  }
141    
 extern gdouble wwl_dist(gchar *my, gchar *dx);  
142    
 /*  
  */  
143  gint  gint
144  edi_qso_append (LOGDB * handle, const qso_t * q)  edi_qso_append (LOGDB * handle, const qso_t * q)
145  {  {
# Line 150  edi_qso_append (LOGDB * handle, const qs Line 148  edi_qso_append (LOGDB * handle, const qs
148          gchar date[16];          gchar date[16];
149          gchar *p;          gchar *p;
150          gint rst_len;          gint rst_len;
151          gint mode, kms;          gint mode, kms, result, l;
152    
153          /*          /*
154           * there's no exchange fields in xlog. However, the exchange information           * there's no exchange fields in xlog. However, the exchange information
# Line 192  edi_qso_append (LOGDB * handle, const qs Line 190  edi_qso_append (LOGDB * handle, const qs
190          }          }
191    
192          if (q[LOCATOR])          if (q[LOCATOR])
193                  kms = wwl_dist (preferences.locator, q[LOCATOR]);                  result = wwl (preferences.locator, q[LOCATOR], &kms, &l);
194          else          else
195                  kms = 0;                  kms = 0;
196    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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