/* prototypes.h -- various prototypes * * If you modify functions here, please document their current behavior * as much as practical. */ /* * prototype from config.h */ char *etcpath(char *) NONNULL(1); /* * prototypes from the nmh subroutine library */ struct msgs_array; int pidwait (pid_t, int);