Define a token expansion for %{strftime:<string>}.

This commit is contained in:
Roland C. Dowdeswell
2019-11-07 22:29:14 +00:00
committed by Viktor Dukhovni
parent 3c7da79838
commit 0c869176f4
2 changed files with 67 additions and 19 deletions

View File

@@ -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 {