]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Implemented the ajax call for updating notes.
[citadel.git] / webcit / webcit.h
index 73dba3f86001b56c3a91854fafe81d9f6220e537..9d531d86c88e7262fe7e694ad4562190d668b570 100644 (file)
@@ -459,6 +459,7 @@ extern int setup_wizard;
 extern char wizard_filename[];
 extern time_t if_modified_since;
 extern int follow_xff;
+extern HashList *HandlerHash;
 void do_setup_wizard(void);
 
 
@@ -682,6 +683,7 @@ void display_calendar(long msgnum, int unread);
 void display_task(long msgnum, int unread);
 void display_note(long msgnum, int unread);
 void updatenote(void);
+void ajax_update_note(void);
 void do_calendar_view(void);
 void do_tasks_view(void);
 void free_calendar_buffer(void);