diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-14 01:40:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-14 01:40:40 +0000 |
commit | 7c55d0863dde7b422f67740ba162f9d07bd40984 (patch) | |
tree | 6d82d265f8f77e8fe52cad5f3d6124a912bbfc80 /libexec/telnetd/ext.h | |
parent | 20e0128be14e1cf60321f9f8ee8c2af1cb68cb7a (diff) |
-Wall
Diffstat (limited to 'libexec/telnetd/ext.h')
-rw-r--r-- | libexec/telnetd/ext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 9ab99b556ef..4b352bb71ab 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext.h,v 1.2 1996/03/28 23:21:56 niklas Exp $ */ +/* $OpenBSD: ext.h,v 1.3 1997/07/14 01:40:38 millert Exp $ */ /* $NetBSD: ext.h,v 1.6 1996/02/28 20:38:13 thorpej Exp $ */ /* @@ -153,6 +153,7 @@ extern void extern int end_slc P((unsigned char **)), + getent P((char *, char *)), getnpty P((void)), #ifndef convex getpty P((int *)), |