(RemoteHostName, LocalHostName): const-ify

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7810 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-01-18 03:12:10 +00:00
parent e37c27ed94
commit 3ef5c9ed95

View File

@@ -34,8 +34,8 @@
*/
extern char *UserNameRequested;
extern char *LocalHostName;
extern char *RemoteHostName;
extern const char *LocalHostName;
extern const char *RemoteHostName;
extern int ConnectedCount;
extern int ReservedPort;