From: John Kohl Date: Thu, 19 Apr 1990 14:29:48 +0000 (+0000) Subject: move more things to libos X-Git-Tag: krb5-1.0-alpha2~879 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06a9914f2d0a66ba95de92bf9429c1adc562913e;p=krb5.git move more things to libos git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@516 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 54eb565d5..5cfa17a59 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -167,14 +167,6 @@ krb5_error_code krb5_rd_priv const krb5_fulladdr *, const krb5_fulladdr *, krb5_data * )); -krb5_error_code krb5_get_default_realm - PROTOTYPE((const int, - char * )); -krb5_error_code krb5_get_host_realm - PROTOTYPE((const char *, - char *** )); -krb5_error_code krb5_free_host_realm - PROTOTYPE((char * const * )); krb5_error_code krb5_parse_name PROTOTYPE((const char *, krb5_principal * ));