Move krb5int_get_fq_local_hostname to os-proto.h. Not exported
authorEzra Peisach <epeisach@mit.edu>
Sun, 15 Nov 2009 01:38:41 +0000 (01:38 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 15 Nov 2009 01:38:41 +0000 (01:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23188 dc483132-0cff-0310-8789-dd5450dbe970

src/include/k5-int.h
src/lib/krb5/os/os-proto.h

index 3a39d1b276bd2f99c3d563004f185f08f8e069a4..b88239b12f2a8e0b488bfceb7e37d9728d4ae181 100644 (file)
@@ -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);
index d07944ac1dd8fefbe56f955abc23dc7eeb2fc59b..a86a3ae7483738e0b1b1ed471b398d9700f81618 100644 (file)
@@ -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);