=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/file/file.h 2003/06/13 18:31:14 1.13 +++ src/usr.bin/file/file.h 2003/07/02 21:04:10 1.14 @@ -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 @@ -146,5 +146,8 @@ #ifndef MAXPATHLEN #define MAXPATHLEN 512 #endif + +int pipe2file(int, void *, size_t); +void error(const char *, ...); #endif /* __file_h__ */