Diff of /trunk/src/gcvote.h

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

revision 158 by harbaum, Wed Nov 4 14:54:52 2009 UTC revision 159 by harbaum, Wed Nov 4 20:28:54 2009 UTC
# Line 72  typedef struct { Line 72  typedef struct {
72  gcvote_request_t *gcvote_request(appdata_t *appdata, gcvote_cb,  gcvote_request_t *gcvote_request(appdata_t *appdata, gcvote_cb,
73                                   char *url, gpointer);                                   char *url, gpointer);
74  void gcvote_request_free(gcvote_request_t *request);  void gcvote_request_free(gcvote_request_t *request);
75    void gcvote_save(appdata_t *appdata, cache_t *cache, curl_mem_t *mem);
76    
77  #endif // GCVOTE_H  #endif // GCVOTE_H

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