don't export krb5_get_init_creds_opt_copy
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12896 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -67,9 +67,9 @@ krb5_get_init_creds_opt_alloc(krb5_context context,
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
krb5_get_init_creds_opt_copy(krb5_context context,
|
||||
const krb5_get_init_creds_opt *in,
|
||||
krb5_get_init_creds_opt **out)
|
||||
_krb5_get_init_creds_opt_copy(krb5_context context,
|
||||
const krb5_get_init_creds_opt *in,
|
||||
krb5_get_init_creds_opt **out)
|
||||
{
|
||||
struct _krb5_get_init_creds_opt_private *private;
|
||||
krb5_get_init_creds_opt *opt;
|
||||
|
Reference in New Issue
Block a user