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/keylist.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/keylist.c')
| -rw-r--r-- | g10/keylist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index 509cf7c1b..cc9784663 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -43,6 +43,7 @@ #include "status.h" #include "call-agent.h" #include "mbox-util.h" +#include "zb32.h" #include "tofu.h" |
