diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-02 14:42:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-02 14:42:56 +0000 |
commit | c94c20ffc909c113bed250c61a1a69b8fb6656a0 (patch) | |
tree | 5fd9f792e47c0d9cd6edd2e402d222e41c3d16c7 /lib/libtelnet/misc-proto.h | |
parent | 9d388b2ab070f478b7b08c6ab2b9e6ff034d9e45 (diff) |
esetenv prototype
Diffstat (limited to 'lib/libtelnet/misc-proto.h')
-rw-r--r-- | lib/libtelnet/misc-proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtelnet/misc-proto.h b/lib/libtelnet/misc-proto.h index 9f8d5d2d47b..a48222f27d1 100644 --- a/lib/libtelnet/misc-proto.h +++ b/lib/libtelnet/misc-proto.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)misc-proto.h 8.1 (Berkeley) 6/4/93 - * $OpenBSD: misc-proto.h,v 1.4 2001/05/25 10:23:07 hin Exp $ + * $OpenBSD: misc-proto.h,v 1.5 2001/07/02 14:42:55 millert Exp $ * $NetBSD: misc-proto.h,v 1.5 1996/02/24 01:15:23 jtk Exp $ */ @@ -90,4 +90,5 @@ int telnet_spin (void); char *telnet_getenv (const char *); char *telnet_gets (char *, char *, int, int); void printsub(int direction, unsigned char *pointer, int length); +void esetenv(const char *, const char *, int); #endif |