new files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1329 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
20
lib/krb5/sendauth.c
Normal file
20
lib/krb5/sendauth.c
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
krb5_error_code
|
||||
krb5_sendauth(krb5_context context,
|
||||
krb5_auth_context auth_context,
|
||||
krb5_pointer fd,
|
||||
char *appl_version,
|
||||
krb5_principal client,
|
||||
krb5_principal server,
|
||||
krb5_flags ap_req_options,
|
||||
krb5_data *in_data,
|
||||
krb5_creds *in_creds,
|
||||
krb5_ccache ccache,
|
||||
/*krb5_error*/ void **error,
|
||||
/*krb5_ap_rep_enc_part*/ void **rep_result,
|
||||
krb5_creds **out_creds)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user