prototype for `extract_ticket'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1945 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-30 04:12:47 +00:00
parent 628aebac69
commit 76a01cfa66

View File

@@ -103,4 +103,13 @@ krb5_verify_checksum (krb5_context context,
#define ALLOC(N, X) ((X*)malloc((N) * sizeof(X))) #define ALLOC(N, X) ((X*)malloc((N) * sizeof(X)))
#define FREE(X) do{if(X)free(X);}while(0) #define FREE(X) do{if(X)free(X);}while(0)
int
extract_ticket(krb5_context context,
krb5_kdc_rep *rep,
krb5_creds *creds,
krb5_keyblock *key,
krb5_const_pointer keyseed,
krb5_decrypt_proc decrypt_proc,
krb5_const_pointer decryptarg);
#endif /* __KRB5_LOCL_H__ */ #endif /* __KRB5_LOCL_H__ */