summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/file.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-02 21:04:09 +0000
committerderaadt <deraadt@openbsd.org>2003-07-02 21:04:09 +0000
commit6ff29e28bbbbaec691056c83d04f54ae2fabb42f (patch)
tree401937beb1cc5139ca7d91578f12c63e5a52a78e /usr.bin/file/file.h
parentioctlname() proto (diff)
downloadwireguard-openbsd-6ff29e28bbbbaec691056c83d04f54ae2fabb42f.tar.xz
wireguard-openbsd-6ff29e28bbbbaec691056c83d04f54ae2fabb42f.zip
protos
Diffstat (limited to 'usr.bin/file/file.h')
-rw-r--r--usr.bin/file/file.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h
index 0f02bdf4087..c9586b3aaaa 100644
--- a/usr.bin/file/file.h
+++ b/usr.bin/file/file.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.h,v 1.13 2003/06/13 18:31:14 deraadt Exp $ */
+/* $OpenBSD: file.h,v 1.14 2003/07/02 21:04:10 deraadt Exp $ */
/*
* file.h - definitions for file(1) program
@@ -147,4 +147,7 @@ extern char *sys_errlist[];
#define MAXPATHLEN 512
#endif
+int pipe2file(int, void *, size_t);
+void error(const char *, ...);
+
#endif /* __file_h__ */