diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/adm_proto.h | 2 | ||||
| -rw-r--r-- | src/include/k5-int.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/include/adm_proto.h b/src/include/adm_proto.h index 65b116bc4a..2202ae72ba 100644 --- a/src/include/adm_proto.h +++ b/src/include/adm_proto.h @@ -86,8 +86,6 @@ krb5_error_code krb5_aprof_finish (krb5_pointer); krb5_error_code krb5_read_realm_params (krb5_context, char *, - char *, - char *, krb5_realm_params **); krb5_error_code krb5_free_realm_params (krb5_context, krb5_realm_params *); diff --git a/src/include/k5-int.h b/src/include/k5-int.h index eaf99322f0..da7c3ae09c 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -503,7 +503,7 @@ krb5_error_code krb5_sync_disk_file (krb5_context, FILE *fp); krb5_error_code krb5int_get_fq_local_hostname (char *, size_t); -krb5_error_code krb5_os_init_context (krb5_context); +krb5_error_code krb5_os_init_context (krb5_context, krb5_boolean); void krb5_os_free_context (krb5_context); |
