diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-06 16:51:35 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-06 16:51:35 +0100 |
commit | 8e6bd45485c358e5081e5f49e8376e8098f4a95e (patch) | |
tree | 9a95e4cdd113dec256dbf8379ea4d4996ae87835 /src/libutil/printf.h | |
parent | 66d896e8c819fb25f40fedfbea64f3af7e4a485c (diff) | |
download | rspamd-8e6bd45485c358e5081e5f49e8376e8098f4a95e.tar.gz rspamd-8e6bd45485c358e5081e5f49e8376e8098f4a95e.zip |
Add %T for printing rspamd_ftok_t
Diffstat (limited to 'src/libutil/printf.h')
-rw-r--r-- | src/libutil/printf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libutil/printf.h b/src/libutil/printf.h index d0db483d9..8cd699212 100644 --- a/src/libutil/printf.h +++ b/src/libutil/printf.h @@ -44,7 +44,8 @@ * %P pid_t * %r rlim_t * %p void * - * %V f_str_t * + * %V rspamd_fstring_t * + * %T rspamd_ftok_t * %v GString * * %s null-terminated string * %xs hex encoded string @@ -52,6 +53,7 @@ * %Z '\0' * %N '\n' * %c gchar + * %t time_t * %e GError * * %% % * |