Diff of /trunk/src/gcvote.h

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

revision 159 by harbaum, Wed Nov 4 20:28:54 2009 UTC revision 160 by harbaum, Thu Nov 5 07:00:52 2009 UTC
# Line 69  typedef struct { Line 69  typedef struct {
69    
70  } gcvote_request_t;  } gcvote_request_t;
71    
72    vote_t *gcvote_restore(appdata_t *appdata, cache_t *cache);
73  gcvote_request_t *gcvote_request(appdata_t *appdata, gcvote_cb,  gcvote_request_t *gcvote_request(appdata_t *appdata, gcvote_cb,
74                                   char *url, gpointer);                                   char *url, gpointer);
75  void gcvote_request_free(gcvote_request_t *request);  void gcvote_request_free(gcvote_request_t *request);

Legend:
Removed from v.159  
changed lines
  Added in v.160