Diff of /trunk/src/gps.c

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

revision 53 by harbaum, Wed Aug 12 19:18:53 2009 UTC revision 149 by harbaum, Thu Oct 29 13:59:16 2009 UTC
# Line 642  gps_sat_t *gps_get_sats(appdata_t *appda Line 642  gps_sat_t *gps_get_sats(appdata_t *appda
642    
643    
644  #endif  #endif
645    
646    void *gps_register_callback(appdata_t *appdata, gps_cb cb, gpointer data) {
647      printf("register gps callback\n");
648      return NULL;
649    }
650    
651    
652    void gps_unregister_callback(appdata_t *appdata, void *cb) {
653      printf("unregister gps callback\n");
654    }

Legend:
Removed from v.53  
changed lines
  Added in v.149