add krb5_gic_process_last_req

k

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24264 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-11 21:45:56 +00:00
parent f5daf6dd27
commit eb05280d8d

View File

@@ -790,6 +790,20 @@ typedef struct krb5_crypto_iov {
} krb5_crypto_iov;
/* Glue for MIT */
typedef struct {
int32_t lr_type;
krb5_timestamp value;
} krb5_last_req_entry;
typedef krb5_error_code
(*krb5_gic_process_last_req)(krb5_context, krb5_last_req_entry **, void *);
/*
*
*/
#include <krb5-protos.h>
/* variables */