update protos

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3729 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-01 00:42:42 +00:00
parent eda7794075
commit 9bf63ee9cb

View File

@@ -59,6 +59,7 @@
typedef struct kadm5_server_context { typedef struct kadm5_server_context {
krb5_context context; krb5_context context;
krb5_boolean my_context;
kadm5_config_params config; kadm5_config_params config;
HDB *db; HDB *db;
krb5_principal caller; krb5_principal caller;
@@ -67,7 +68,14 @@ typedef struct kadm5_server_context {
kadm5_ret_t kadm5_ret_t
_kadm5_s_init_context __P(( _kadm5_s_init_context __P((
kadm5_server_context **ctx, kadm5_server_context **ctx,
kadm5_config_params *params)); kadm5_config_params *params,
krb5_context context));
kadm5_ret_t
_kadm5_set_keys __P((
kadm5_server_context *context,
hdb_entry *ent,
const char *password));
kadm5_ret_t kadm5_ret_t
_kadm5_set_modifier __P(( _kadm5_set_modifier __P((