diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-03 00:36:50 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-03 00:36:50 +0100 |
commit | 6569d234e875867754e38bfc0cd8840b4f556b29 (patch) | |
tree | fc8d20170f7bcc95efef3f7f42516bbcc5243e6a /src/libutil/printf.h | |
parent | 6d27e3eda3e809248dbca506bf8eb96543df641c (diff) | |
download | rspamd-6569d234e875867754e38bfc0cd8840b4f556b29.tar.gz rspamd-6569d234e875867754e38bfc0cd8840b4f556b29.zip |
Allow hex encoded output of strings.
Diffstat (limited to 'src/libutil/printf.h')
-rw-r--r-- | src/libutil/printf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/printf.h b/src/libutil/printf.h index aee982e41..34df20a76 100644 --- a/src/libutil/printf.h +++ b/src/libutil/printf.h @@ -47,6 +47,7 @@ * %V f_str_t * * %v GString * * %s null-terminated string + * %xs hex encoded string * %*s length and string * %Z '\0' * %N '\n' |