Diff of /trunk/src/gpx.h

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

revision 138 by harbaum, Tue Oct 20 13:25:04 2009 UTC revision 152 by harbaum, Mon Nov 2 10:53:01 2009 UTC
# Line 180  void  gpx_free_all(gpx_t *gpx); Line 180  void  gpx_free_all(gpx_t *gpx);
180  void gpx_free_caches(gpx_t *gpx);  void gpx_free_caches(gpx_t *gpx);
181  void  gpx_display_all(gpx_t *gpx);  void  gpx_display_all(gpx_t *gpx);
182  int   gpx_total_caches(gpx_t *gpx);  int   gpx_total_caches(gpx_t *gpx);
183    int   gpx_total_caches_global(gpx_t *gpx);
184  void  gpx_sort(gpx_t *gpx, int by, pos_t *refpos);  void  gpx_sort(gpx_t *gpx, int by, pos_t *refpos);
185  float gpx_pos_get_bearing(pos_t p1, pos_t p2);  float gpx_pos_get_bearing(pos_t p1, pos_t p2);
186  float gpx_pos_get_distance(pos_t p1, pos_t p2, int miles);  float gpx_pos_get_distance(pos_t p1, pos_t p2, int miles);

Legend:
Removed from v.138  
changed lines
  Added in v.152