From 08fa7dee4b5001da1840bff2e2be8a33c8812f63 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 1 Sep 1996 04:56:28 +0000 Subject: Add support for -empty --- usr.bin/find/extern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/find/extern.h') diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 993f2d7ad67..9c1d2576b32 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: extern.h,v 1.4 1996/09/01 04:30:15 tholo Exp $*/ +/* * $OpenBSD: extern.h,v 1.5 1996/09/01 04:56:25 tholo Exp $*/ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -52,6 +52,7 @@ int queryuser __P((char **)); PLAN *c_atime __P((char *)); PLAN *c_ctime __P((char *)); PLAN *c_depth __P((void)); +PLAN *c_empty __P((void)); PLAN *c_exec __P((char ***, int)); PLAN *c_follow __P((void)); PLAN *c_fstype __P((char *)); -- cgit v1.2.3