turn strings into pointers, so we can assign to them

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11111 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-16 20:52:24 +00:00
parent ce48668948
commit 189c0279af
2 changed files with 5 additions and 5 deletions

View File

@@ -533,8 +533,8 @@ typedef EncAPRepPart krb5_ap_rep_enc_part;
/* variables */
extern const char krb5_config_file[];
extern const char krb5_defkeyname[];
extern const char *krb5_config_file;
extern const char *krb5_defkeyname;
typedef enum {
KRB5_PROMPT_TYPE_PASSWORD = 0x1,