#include <h/mh.h>
#include <fcntl.h>
-#include <errno.h>
/*
* Link message into a folder. Return the new number
(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 {
(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;
}