diff options
author | Werner Koch <[email protected]> | 2015-10-30 11:33:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-30 11:33:40 +0000 |
commit | 5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c (patch) | |
tree | 11604b1324ed67938f33b51275905e50500bfb59 /g10/misc.c | |
parent | Use of some C99 features is now permitted. (diff) | |
download | gnupg-5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c.tar.gz gnupg-5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c.zip |
common: Add separate header for zb32.c.
* common/util.h (zb32_encode): Move prototype to ...
* common/zb32.h: new. Include this for all callers of zb32_encode.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c index 5c77714d3..7f0b08a28 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -67,6 +67,7 @@ #include "options.h" #include "call-agent.h" #include "i18n.h" +#include "zb32.h" #include <assert.h> |