5 char* principal_string
;
13 int kt_add(struct add_options
*, int, char **);
14 struct change_options
{
16 char* admin_server_string
;
17 int server_port_integer
;
19 int kt_change(struct change_options
*, int, char **);
20 int kt_copy(void*, int, char **);
22 char* principal_string
;
23 struct getarg_strings enctypes_strings
;
25 char* admin_server_string
;
26 int server_port_integer
;
28 int kt_get(struct get_options
*, int, char **);
33 int kt_list(struct list_options
*, int, char **);
34 struct purge_options
{
37 int kt_purge(struct purge_options
*, int, char **);
38 struct remove_options
{
39 char* principal_string
;
43 int kt_remove(struct remove_options
*, int, char **);
44 int kt_rename(void*, int, char **);
45 struct srvconvert_options
{
48 int srvconv(struct srvconvert_options
*, int, char **);
49 struct srvcreate_options
{
52 int srvcreate(struct srvcreate_options
*, int, char **);
53 int help(void*, int, char **);
54 extern SL_cmd commands
[];