From 06a9914f2d0a66ba95de92bf9429c1adc562913e Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 19 Apr 1990 14:29:48 +0000 Subject: move more things to libos git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@516 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/include') 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 * )); -- cgit