]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Restored the '(none)' and '(nothing)' displays in the summary screen when the Tasks...
[citadel.git] / webcit / webcit.h
index 545089bad1373dc80cd257db1175b4efdf8b9d8a..5b2aa23ce95835f6d7640685a0332c8cff44b162 100644 (file)
@@ -659,7 +659,7 @@ void updatenote(void);
 void parse_calendar_view_request(struct calview *c);
 void render_calendar_view(struct calview *c);
 void do_tasks_view(void);
-void calendar_summary_view(void);
+int calendar_summary_view(void);
 void free_march_list(wcsession *wcf);
 void display_rules_editor_inner_div(void);
 void generate_uuid(char *);