Update prototypes.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -107,9 +107,9 @@ krb5_error_code do_version4(krb5_context, unsigned char*, size_t, krb5_data*,
|
||||
|
||||
void loop (krb5_context);
|
||||
|
||||
void kdc_log(int, const char *fmt, ...);
|
||||
char* kdc_log_msg_va(int, const char*, va_list);
|
||||
char* kdc_log_msg(int, const char*, ...);
|
||||
void kdc_log(krb5_context, int, const char *fmt, ...);
|
||||
char* kdc_log_msg_va(krb5_context, int, const char*, va_list);
|
||||
char* kdc_log_msg(krb5_context, int, const char*, ...);
|
||||
|
||||
Key *unseal_key(Key *key);
|
||||
|
||||
|
Reference in New Issue
Block a user