summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2012-07-25 23:00:49 -0500
committerGreg Hudson <ghudson@mit.edu>2012-07-30 19:11:34 -0400
commit3576bd662be9b7cc2cca97065fe467e745542b69 (patch)
tree2624f3242d23ee8c2fb5312064a280a1dba8bc0a /src/include
parent5829ca2b348974e52a67b553afc7f7491007c33a (diff)
downloadkrb5-3576bd662be9b7cc2cca97065fe467e745542b69.tar.gz
krb5-3576bd662be9b7cc2cca97065fe467e745542b69.tar.xz
krb5-3576bd662be9b7cc2cca97065fe467e745542b69.zip
Constify krb5_string_to_keysalts()'s string arg
Diffstat (limited to 'src/include')
-rw-r--r--src/include/adm_proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/adm_proto.h b/src/include/adm_proto.h
index c6d1425ba..d79e36294 100644
--- a/src/include/adm_proto.h
+++ b/src/include/adm_proto.h
@@ -100,7 +100,7 @@ krb5_error_code krb5_keysalt_iterate(krb5_key_salt_tuple *, krb5_int32,
krb5_pointer),
krb5_pointer);
-krb5_error_code krb5_string_to_keysalts(char *, const char *, const char *,
- krb5_boolean, krb5_key_salt_tuple **,
- krb5_int32 *);
+krb5_error_code krb5_string_to_keysalts(const char *, const char *,
+ const char *, krb5_boolean,
+ krb5_key_salt_tuple **, krb5_int32 *);
#endif /* KRB5_ADM_PROTO_H__ */