guess who forgot this

This commit is contained in:
lukem 1997-10-20 01:59:59 +00:00
parent 8374daadd4
commit 24d97ad8f2
1 changed files with 13 additions and 0 deletions

13
usr.bin/ranlib/extern.h Normal file
View File

@ -0,0 +1,13 @@
/* $NetBSD: extern.h,v 1.1 1997/10/20 01:59:59 lukem Exp $ */
void badfmt __P((void));
int build __P((void));
void *emalloc __P((size_t));
char *rname __P((char *));
void settime __P((int));
int tmp __P((void));
int touch __P((void));
extern char *archive;
extern CHDR chdr;
extern char *tname;