const-ize
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -411,8 +411,8 @@ typedef struct _krb5_verify_init_creds_opt {
|
||||
|
||||
#define KRB5_VERIFY_INIT_CREDS_OPT_AP_REQ_NOFAIL 0x0001
|
||||
|
||||
extern krb5_cc_ops krb5_fcc_ops;
|
||||
extern krb5_cc_ops krb5_mcc_ops;
|
||||
extern const krb5_cc_ops krb5_fcc_ops;
|
||||
extern const krb5_cc_ops krb5_mcc_ops;
|
||||
|
||||
#define KRB5_KPASSWD_SUCCESS 0
|
||||
#define KRB5_KPASSWD_MALFORMED 0
|
||||
|
Reference in New Issue
Block a user