diff options
author | 2001-07-02 14:42:55 +0000 | |
---|---|---|
committer | 2001-07-02 14:42:55 +0000 | |
commit | 2aaff07b5a6427b38a74a4b617991225073b1405 (patch) | |
tree | 4f4159724e9a6e56e4398bcfc29f5fe26950d0a1 | |
parent | Allows building w/o kerb support (diff) | |
download | wireguard-openbsd-2aaff07b5a6427b38a74a4b617991225073b1405.tar.xz wireguard-openbsd-2aaff07b5a6427b38a74a4b617991225073b1405.zip |
esetenv prototype
-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 |