~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/friends.h

  • Committer: Paul Wise
  • Date: 2018-03-06 03:32:21 UTC
  • Revision ID: pabs3@bonedaddy.net-20180306033221-lzyia8y0cpw95j1b
Remove trailing whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        char *to;
27
27
        char *from;
28
28
        char *time;
29
 
        gboolean incoming; 
 
29
        gboolean incoming;
30
30
        float lat;
31
31
        float lon;
32
32
        int flag;
44
44
 
45
45
int
46
46
register_nick();
47
 
        
 
47
 
48
48
void *
49
49
register_nick_thread(void *ptr);
50
50