Add sendto hooks and opaque structure.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21060 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-12 17:54:00 +00:00
parent 220a01c50b
commit 3fd75229b3

View File

@@ -756,6 +756,14 @@ enum {
KRB5_PRINCIPAL_UNPARSE_NO_REALM = 2
};
typedef struct krb5_sendto_ctx *krb5_sendto_ctx;
#define KRB5_SENDTO_DONE 0
#define KRB5_SENDTO_RESTART 1
#define KRB5_SENDTO_CONTINUE 2
typedef krb5_error_code (*krb5_sendto_ctx_func)(krb5_context, krb5_sendto_ctx, void *, const krb5_data *, int *);
struct credentials; /* this is to keep the compiler happy */
struct getargs;
struct sockaddr;