]> err.no Git - sope/blobdiff - sope-ical/NGiCal/NGVCardSaxHandler.h
fixed gcc 4.0 warnings
[sope] / sope-ical / NGiCal / NGVCardSaxHandler.h
index bbfa2c871cde24833d87062a06506e59949e21be..9841471294977f7729bcd4b168da6b00dfe095fd 100644 (file)
@@ -53,6 +53,8 @@
   NSMutableArray      *email;
   NSMutableArray      *label;
   NSMutableArray      *url;
+  NSMutableArray      *fburl;
+  NSMutableArray      *caluri;
   
   struct {
     int isInVCardSet:1;
     int isInAdr:1;
     int isInOrg:1;
     int isInGroup:1;
+    int isInGeo:1;
     int collectContent:1;
-    int reserved:25;
+    int reserved:24;
   } vcs;
 }
 
 /* results */
 
 - (NSArray *)vCards;
+- (void)reset;
 
 /* content */