]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Display PARTSTAT for attendees
[citadel.git] / webcit / webcit.h
index f6ca1452da62423c2379dce3eb71c22962df66de..16cfe39f6a3a18291127776115cf1823542be670 100644 (file)
@@ -235,6 +235,7 @@ void url(char *buf);
 void escputs1(char *strbuf, int nbsp);
 long extract_long(char *source, long int parmnum);
 int extract_int(char *source, int parmnum);
+void stripout(char *str, char leftboundary, char rightboundary);
 void dump_vars(void);
 void embed_main_menu(void);
 void serv_read(char *buf, int bytes);
@@ -304,6 +305,7 @@ void smart_goto(char *);
 void worker_entry(void);
 void session_loop(struct httprequest *);
 void fmt_date(char *buf, time_t thetime);
+void fmt_time(char *buf, time_t thetime);
 void httpdate(char *buf, time_t thetime);
 void end_webcit_session(void);
 void page_popup(void);
@@ -354,6 +356,8 @@ void cal_process_attachment(char *part_source, long msgnum, char *cal_partnum);
 void display_calendar(long msgnum);
 void display_task(long msgnum);
 void do_calendar_view(void);
+void free_calendar_buffer(void);
+void calendar_summary_view(void);
 int load_msg_ptrs(char *servcmd);
 
 #ifdef HAVE_ICAL_H
@@ -369,6 +373,7 @@ void generate_new_uid(char *);
 void respond_to_request(void);
 void handle_rsvp(void);
 void ical_dezonify(icalcomponent *cal);
+void partstat_as_string(char *buf, icalproperty *attendee);
 #endif
 
 extern char *months[];