--- src/usr.bin/mail/quit.c 2003/10/04 20:36:48 1.3 +++ src/usr.bin/mail/quit.c 2004/09/07 22:42:26 1.4 @@ -39,6 +39,9 @@ #include #include "extern.h" +static void edstop(void); +static int writeback(FILE *res); + /* * Rcv -- receive mail rationally. * @@ -331,7 +334,7 @@ newmail: * saved. On any error, just return -1. Else return 0. * Incorporate the any new mail that we found. */ -int +static int writeback(FILE *res) { struct message *mp; @@ -384,7 +387,7 @@ writeback(FILE *res) * Terminate an editing session by attempting to write out the user's * file from the temporary. Save any new stuff appended to the file. */ -void +static void edstop(void) { int gotcha, c;