Define a token expansion for %{strftime:<string>}.
This commit is contained in:

committed by
Viktor Dukhovni

parent
3c7da79838
commit
0c869176f4
@@ -678,7 +678,10 @@ typedef struct {
|
||||
|
||||
extern const char *heimdal_version, *heimdal_long_version;
|
||||
|
||||
typedef void (KRB5_CALLCONV * krb5_log_log_func_t)(const char*, const char*, void*);
|
||||
typedef void (KRB5_CALLCONV * krb5_log_log_func_t)(krb5_context,
|
||||
const char*,
|
||||
const char*,
|
||||
void*);
|
||||
typedef void (KRB5_CALLCONV * krb5_log_close_func_t)(void*);
|
||||
|
||||
typedef struct krb5_log_facility {
|
||||
|
Reference in New Issue
Block a user