struct kcm_op: jumptable structure
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15216 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -293,6 +293,11 @@ const char *kcm_op2string(kcm_operation operation);
|
||||
/* passed in OPERATION | ... ; returns STATUS | ... */
|
||||
typedef krb5_error_code (*kcm_method)(krb5_context, kcm_client *, kcm_operation, krb5_storage *, krb5_storage *);
|
||||
|
||||
struct kcm_op {
|
||||
const char *name;
|
||||
kcm_method method;
|
||||
};
|
||||
|
||||
krb5_error_code kcm_dispatch(krb5_context context,
|
||||
kcm_client *sd,
|
||||
krb5_data *request,
|
||||
|
Reference in New Issue
Block a user