remove a pointless prototype and static-fy the corresponding function

MFC after:	3 days
This commit is contained in:
Matteo Riondato 2008-11-18 01:19:25 +00:00
parent 74c824b081
commit c082b52c72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185043

View File

@ -48,7 +48,6 @@ static const char rcsid[] =
static int LogFD = ERR;
void mkprint(register char*, register unsigned char*, register int);
int
@ -519,7 +518,7 @@ first_word(s, t)
/* warning:
* heavily ascii-dependent.
*/
void
static void
mkprint(register char *dst, register unsigned char *src, register int len)
{
while (len-- > 0)