add KRB5_LIB_FUNCTION to all exported functions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13863 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -35,13 +35,13 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
void
|
||||
void KRB5_LIB_FUNCTION
|
||||
krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options)
|
||||
{
|
||||
memset (options, 0, sizeof(*options));
|
||||
}
|
||||
|
||||
void
|
||||
void KRB5_LIB_FUNCTION
|
||||
krb5_verify_init_creds_opt_set_ap_req_nofail(krb5_verify_init_creds_opt *options,
|
||||
int ap_req_nofail)
|
||||
{
|
||||
@@ -69,7 +69,7 @@ fail_verify_is_ok (krb5_context context,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
krb5_error_code KRB5_LIB_FUNCTION
|
||||
krb5_verify_init_creds(krb5_context context,
|
||||
krb5_creds *creds,
|
||||
krb5_principal ap_req_server,
|
||||
|
Reference in New Issue
Block a user