From 11a76ec00fc7598f0e2a3d4b28830b95598be34f Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Apr 1993 20:50:22 +0000 Subject: Cleanup for GCC 2. --- usr.sbin/sendmail/src/headers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/sendmail/src/headers.c') diff --git a/usr.sbin/sendmail/src/headers.c b/usr.sbin/sendmail/src/headers.c index 02950f08126..443270a72be 100644 --- a/usr.sbin/sendmail/src/headers.c +++ b/usr.sbin/sendmail/src/headers.c @@ -725,6 +725,7 @@ commaize(h, p, fp, oldstyle, m) int opos; bool firstone = TRUE; char obuf[MAXLINE + 3]; + extern char *capitalize(); /* ** Output the address list translated by the -- cgit