diff options
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; |