diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 10:23:08 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 10:23:08 +0000 |
commit | dd9e896da481d498f32b58d839efdf947b25a2ff (patch) | |
tree | 91c58e8382007a28f1b09df818943173a0840fe8 /lib/libtelnet/misc.h | |
parent | 1346fe2b7456f0c8948b24720f7afa4650704cd8 (diff) |
KerberosV stuff taken from Heimdal.
Diffstat (limited to 'lib/libtelnet/misc.h')
-rw-r--r-- | lib/libtelnet/misc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libtelnet/misc.h b/lib/libtelnet/misc.h index 569e5e8d38a..404333d34a9 100644 --- a/lib/libtelnet/misc.h +++ b/lib/libtelnet/misc.h @@ -30,14 +30,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)misc.h 8.1 (Berkeley) 6/4/93 - * $OpenBSD: misc.h,v 1.2 1996/03/19 23:15:56 niklas Exp $ - * $NetBSD: misc.h,v 1.4 1996/02/24 01:15:27 jtk Exp $ + * from: @(#)misc.h 8.1 (Berkeley) 6/4/93 + * $OpenBSD: misc.h,v 1.3 2001/05/25 10:23:07 hin Exp $ + * $NetBSD: misc.h,v 1.4 1996/02/24 01:15:27 jtk Exp $ */ extern char *UserNameRequested; -extern char *LocalHostName; -extern char *RemoteHostName; +extern const char *LocalHostName; +extern const char *RemoteHostName; extern int ConnectedCount; extern int ReservedPort; |