summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 09:09:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 09:09:12 +0000
commit47a1205bbdea926656d79daef11a14490f55368e (patch)
tree6fc7ba264e779d0198b52059fd5b4572188cb728
parenta570ad1aa3714f576aee84f99d4b7a928bb2a894 (diff)
proto ksearch/msearch
-rw-r--r--usr.sbin/lpr/lpd/extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h
index 6da79eed931..ae075c35690 100644
--- a/usr.sbin/lpr/lpd/extern.h
+++ b/usr.sbin/lpr/lpd/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.2 1997/01/17 16:12:39 millert Exp $ */
+/* $OpenBSD: extern.h,v 1.3 1997/07/17 09:09:11 deraadt Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -59,3 +59,5 @@ void sttyclearflags __P((struct termios *tp, int flags));
void sttysetflags __P((struct termios *tp, int flags));
void sttyclearlflags __P((struct termios *tp, int flags));
void sttysetlflags __P((struct termios *tp, int flags));
+int ksearch __P((char ***, struct info *));
+int msearch __P((char ***, struct info *));