diff options
| author | 1998-07-10 15:05:13 +0000 | |
|---|---|---|
| committer | 1998-07-10 15:05:13 +0000 | |
| commit | 840b8a8206b837e410c6475080a22bd41a619f7c (patch) | |
| tree | 14c7ec9fd46dc1703e09737b139c13d5560935ae /usr.bin/file/file.h | |
| parent | use err/warn (diff) | |
| download | wireguard-openbsd-840b8a8206b837e410c6475080a22bd41a619f7c.tar.xz wireguard-openbsd-840b8a8206b837e410c6475080a22bd41a619f7c.zip | |
err/warn
Diffstat (limited to 'usr.bin/file/file.h')
| -rw-r--r-- | usr.bin/file/file.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index b09a8eccb10..4f224627cf0 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.4 1997/07/25 21:05:26 mickey Exp $ */ +/* $OpenBSD: file.h,v 1.5 1998/07/10 15:05:21 mickey Exp $ */ /* * file.h - definitions for file(1) program @@ -91,13 +91,11 @@ struct magic { extern int apprentice __P((char *, int)); extern int ascmagic __P((unsigned char *, int)); -extern void error __P((const char *, ...)); extern void ckfputs __P((const char *, FILE *)); struct stat; extern int fsmagic __P((const char *, struct stat *)); extern int is_compress __P((const unsigned char *, int *)); extern int is_tar __P((unsigned char *, int)); -extern void magwarn __P((const char *, ...)); extern void mdump __P((struct magic *)); extern void process __P((const char *, int)); extern void showstr __P((FILE *, const char *, int)); |
