made `new_login' const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1756 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-20 22:07:49 +00:00
parent 154f8de95d
commit b11990bad4

View File

@@ -53,7 +53,7 @@ extern int require_otp;
#ifdef AUTHENTICATION #ifdef AUTHENTICATION
extern int auth_level; extern int auth_level;
#endif #endif
extern char *new_login; extern const char *new_login;
extern slcfun slctab[NSLC + 1]; /* slc mapping table */ extern slcfun slctab[NSLC + 1]; /* slc mapping table */