summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 *));