Complete overhaul of "Notes" view. Now features AJAX create and edit operations.
[citadel.git] / webcit / webcit.h
index 22ec3a3cfe626f2604d0a8ddc09ddec96f949312..00c6f1ce28d431462a641af9c7cadb3a10a9630f 100644 (file)
@@ -601,6 +601,7 @@ void cal_process_attachment(char *part_source, long msgnum, char *cal_partnum);
 void display_calendar(long msgnum);
 void display_task(long msgnum);
 void display_note(long msgnum);
+void updatenote(void);
 void do_calendar_view(void);
 void do_tasks_view(void);
 void free_calendar_buffer(void);