=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.h,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/file/file.h 2015/04/27 13:48:06 1.28 --- src/usr.bin/file/file.h 2015/04/27 13:52:17 1.29 *************** *** 1,4 **** ! /* $OpenBSD: file.h,v 1.28 2015/04/27 13:48:06 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: file.h,v 1.29 2015/04/27 13:52:17 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott *************** *** 24,29 **** --- 24,32 ---- /* User to drop privileges to in child process. */ #define FILE_USER "_file" + + /* sandbox.c */ + int sandbox_fork(const char *); /* text.c */ const char *text_get_type(const void *, size_t);