]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* More encapsulation. Warning: there are bugs in this!!
[citadel.git] / webcit / webcit.h
index 08473b0d97f9c4cf4513473f719ee3a828fa4e6e..550566bd19014585a7ebf8dfe55ca837abc3fad8 100644 (file)
@@ -16,6 +16,7 @@
 #endif
 
 #define CALENDAR_ROOM_NAME     "Calendar"
+#define PRODID "-//Citadel//NONSGML Citadel Calendar//EN"
 
 #define SIZ                    4096            /* generic buffer size */
 
@@ -382,6 +383,7 @@ void respond_to_request(void);
 void handle_rsvp(void);
 void ical_dezonify(icalcomponent *cal);
 void partstat_as_string(char *buf, icalproperty *attendee);
+icalcomponent *ical_encapsulate_subcomponent(icalcomponent *subcomp);
 #endif
 
 extern char *months[];