]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Getting closer to doing the availability check. Created new source
[citadel.git] / webcit / webcit.h
index 2f3b340a1f4c1da9b5ad40d9beaeac3eef861b4d..6ec1c553c35cbd15616d3ed90ed2314cc65c1ff5 100644 (file)
@@ -408,6 +408,7 @@ void handle_rsvp(void);
 void ical_dezonify(icalcomponent *cal);
 void partstat_as_string(char *buf, icalproperty *attendee);
 icalcomponent *ical_encapsulate_subcomponent(icalcomponent *subcomp);
+void check_attendee_availability(icalcomponent *supplied_vevent);
 #endif
 
 extern char *months[];