X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7c3407bbf1b38da8ed77363e734f5304f11b2061..31fb6a1fb67dab02bd569eb02381d1dd9aa71ee1:/sbr/folder_addmsg.c diff --git a/sbr/folder_addmsg.c b/sbr/folder_addmsg.c index 1a1c8b10..f6a9af33 100644 --- a/sbr/folder_addmsg.c +++ b/sbr/folder_addmsg.c @@ -9,7 +9,6 @@ #include #include -#include /* * Link message into a folder. Return the new number @@ -135,7 +134,7 @@ folder_addmsg (struct msgs **mpp, char *msgfile, int selected, (void)ext_hook("ref-hook", oldmsg, newmsg); } else - (void)ext_hook("add-hook", newmsg, (char *)0); + (void)ext_hook("add-hook", newmsg, NULL); return msgnum; } else { @@ -192,7 +191,7 @@ folder_addmsg (struct msgs **mpp, char *msgfile, int selected, (void)ext_hook("ref-hook", oldmsg, newmsg); } else - (void)ext_hook("add-hook", newmsg, (char *)0); + (void)ext_hook("add-hook", newmsg, NULL); return msgnum; }