summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/k5-int.h2
-rw-r--r--src/lib/krb5/os/os-proto.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 3a39d1b276..b88239b12f 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -583,8 +583,6 @@ krb5_error_code krb5_free_krbhst(krb5_context, char * const * );
krb5_error_code krb5_create_secure_file(krb5_context, const char * pathname);
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 krb5int_init_context_kdc(krb5_context *);
krb5_error_code krb5_os_init_context(krb5_context, krb5_boolean);
diff --git a/src/lib/krb5/os/os-proto.h b/src/lib/krb5/os/os-proto.h
index d07944ac1d..a86a3ae748 100644
--- a/src/lib/krb5/os/os-proto.h
+++ b/src/lib/krb5/os/os-proto.h
@@ -74,6 +74,8 @@ krb5int_sendto(krb5_context context, const krb5_data *message,
int (*msg_handler)(krb5_context, const krb5_data *, void *),
void *msg_handler_data);
+krb5_error_code krb5int_get_fq_local_hostname(char *, size_t);
+
/* The io vector is *not* const here, unlike writev()! */
int krb5int_net_writev (krb5_context, int, sg_buf *, int);