Diff of /trunk/src/gcvote.h

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

revision 164 by harbaum, Thu Nov 5 07:00:52 2009 UTC revision 165 by harbaum, Sun Nov 8 20:32:55 2009 UTC
# Line 56  typedef struct { Line 56  typedef struct {
56    
57    /* curl/http related stuff: */    /* curl/http related stuff: */
58    CURLcode res;    CURLcode res;
   long response;  
   char buffer[CURL_ERROR_SIZE];  
59    
60    curl_mem_t mem;   /* used for NET_IO_DL_MEM */    curl_mem_t mem;   /* used for NET_IO_DL_MEM */
61    

Legend:
Removed from v.164  
changed lines
  Added in v.165