From 9578214707caa40e03e40decebacfd4b93fc12dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 21 Sep 2003 16:50:02 +0000 Subject: [PATCH] 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 --- lib/krb5/init_creds.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/krb5/init_creds.c b/lib/krb5/init_creds.c index cf38fc38d..d4db40356 100644 --- a/lib/krb5/init_creds.c +++ b/lib/krb5/init_creds.c @@ -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;