X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/783f1bcf7d7429121a97eb0117bf444c1a59a28e..6b4ddd1d9186bb99da9fc05e40e3057617dea31f:/sbr/folder_addmsg.c diff --git a/sbr/folder_addmsg.c b/sbr/folder_addmsg.c old mode 100755 new mode 100644 index 1a1c8b10..f6a9af33 --- 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; }