X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;fp=webcit%2Fnotes.c;h=079bb960b687d7b49e463e3bd5a2138841e4805c;hb=4d0a622d2d3ae20770258981c6062f58c9fc01a3;hp=7dc3249be1a684521ae2892c38cd2f8811018866;hpb=42ca8cc330c23a4914a7da9de27b05325c65b897;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index 7dc3249be..079bb960b 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -487,7 +487,8 @@ InitModule_NOTES NULL, notes_LoadMsgFromServer, NULL, - notes_Cleanup); + notes_Cleanup, + NULL); WebcitAddUrlHandler(HKEY("add_new_note"), "", 0, add_new_note, 0); WebcitAddUrlHandler(HKEY("ajax_update_note"), "", 0, ajax_update_note, 0);