add prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6078 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan
|
||||
* Copyright (c) 1997-1999 Kungliga Tekniska H<>gskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -517,6 +517,13 @@ kadm5_s_chpass_principal __P((
|
||||
krb5_principal princ,
|
||||
char *password));
|
||||
|
||||
kadm5_ret_t
|
||||
kadm5_s_chpass_principal_with_key __P((
|
||||
void *server_handle,
|
||||
krb5_principal princ,
|
||||
int n_key_data,
|
||||
krb5_key_data *key_data));
|
||||
|
||||
kadm5_ret_t
|
||||
kadm5_s_create_principal __P((
|
||||
void *server_handle,
|
||||
@@ -524,6 +531,12 @@ kadm5_s_create_principal __P((
|
||||
u_int32_t mask,
|
||||
char *password));
|
||||
|
||||
kadm5_ret_t
|
||||
kadm5_s_create_principal_with_key __P((
|
||||
void *server_handle,
|
||||
kadm5_principal_ent_t princ,
|
||||
u_int32_t mask));
|
||||
|
||||
kadm5_ret_t
|
||||
kadm5_s_delete_principal __P((
|
||||
void *server_handle,
|
||||
@@ -623,6 +636,12 @@ kadm5_s_modify_principal __P((
|
||||
kadm5_principal_ent_t princ,
|
||||
u_int32_t mask));
|
||||
|
||||
kadm5_ret_t
|
||||
kadm5_s_modify_principal_with_key __P((
|
||||
void *server_handle,
|
||||
kadm5_principal_ent_t princ,
|
||||
u_int32_t mask));
|
||||
|
||||
kadm5_ret_t
|
||||
kadm5_s_randkey_principal __P((
|
||||
void *server_handle,
|
||||
@@ -657,13 +676,6 @@ kadm5_store_tl_data __P((
|
||||
krb5_storage *sp,
|
||||
krb5_tl_data *tl));
|
||||
|
||||
krb5_error_code
|
||||
kadmind_loop __P((
|
||||
krb5_context context,
|
||||
krb5_auth_context ac,
|
||||
const char *client,
|
||||
int fd));
|
||||
|
||||
#if 0
|
||||
/* unimplemented functions */
|
||||
kadm5_ret_t
|
||||
|
Reference in New Issue
Block a user