diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-17 18:36:51 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-17 18:36:51 +0000 |
commit | 62982c2012baa1f1afb562b64f5cb2c20ccf767c (patch) | |
tree | 1fd6d9f25b9d4ecfedb779f70f7bf932f0568e82 /src/libutil/printf.h | |
parent | fa1a67a410f3d19727a5e0a190d83394a9278349 (diff) | |
download | rspamd-62982c2012baa1f1afb562b64f5cb2c20ccf767c.tar.gz rspamd-62982c2012baa1f1afb562b64f5cb2c20ccf767c.zip |
Add base32 encoding support for printf routines
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 ea73cf0a0..f2c46ffc9 100644 --- a/src/libutil/printf.h +++ b/src/libutil/printf.h @@ -50,6 +50,7 @@ * %v GString * * %s null-terminated string * %xs hex encoded string + * %bs base32 encoded string * %*s length and string * %Z '\0' * %N '\n' |