remove unimplemented functions

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3647 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-20 03:48:53 +00:00
parent 78964dbea1
commit fd838cff2c
2 changed files with 5 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ krb5_kt_read_service_key(krb5_context context,
return r;
}
#if 0 /* not implemented */
krb5_error_code
krb5_kt_remove_entry(krb5_context context,
krb5_keytab id,
@@ -119,6 +120,7 @@ krb5_kt_remove_entry(krb5_context context,
{
abort();
}
#endif
krb5_error_code
krb5_kt_get_name(krb5_context context,

View File

@@ -219,6 +219,8 @@ krb5_unparse_name(krb5_context context,
}
#if 0 /* not implemented */
krb5_error_code
krb5_unparse_name_ext(krb5_context context,
krb5_const_principal principal,
@@ -229,6 +231,7 @@ krb5_unparse_name_ext(krb5_context context,
abort();
}
#endif
krb5_realm*
krb5_princ_realm(krb5_context context,