| docmd.c | 66 static void notify(char *, char *, struct namelist *, time_t); 193 if (sc->sc_type == NOTIFY) 194 notify(tempfile, rhost, sc->sc_args, 0); 426 if (sc->sc_type == NOTIFY) 427 notify(tempfile, NULL, sc->sc_args, lastmod); 520 * Notify the list of people the changes that were made. 525 notify(char *file, char *rhost, struct namelist *to, time_t lmod) function in typeref:typename:void 540 printf("notify "); 567 error("notify: \"%s\" failed\n", _PATH_SENDMAIL);
|