svn rev #23188: trunk/src/ include/ lib/krb5/os/

epeisach@MIT.EDU epeisach at MIT.EDU
Sat Nov 14 20:38:41 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23188
Commit By: epeisach
Log Message:
Move krb5int_get_fq_local_hostname to os-proto.h.  Not exported.




Changed Files:
U   trunk/src/include/k5-int.h
U   trunk/src/lib/krb5/os/os-proto.h
Modified: trunk/src/include/k5-int.h
===================================================================
--- trunk/src/include/k5-int.h	2009-11-15 01:17:21 UTC (rev 23187)
+++ trunk/src/include/k5-int.h	2009-11-15 01:38:41 UTC (rev 23188)
@@ -583,8 +583,6 @@
 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);

Modified: trunk/src/lib/krb5/os/os-proto.h
===================================================================
--- trunk/src/lib/krb5/os/os-proto.h	2009-11-15 01:17:21 UTC (rev 23187)
+++ trunk/src/lib/krb5/os/os-proto.h	2009-11-15 01:38:41 UTC (rev 23188)
@@ -74,6 +74,8 @@
                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);
 




More information about the cvs-krb5 mailing list