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 /common/Makefile.am | |
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 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 6cbde0bc0..fd3a04f4f 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -64,7 +64,7 @@ common_sources = \ homedir.c \ gettime.c gettime.h \ yesno.c \ - b64enc.c b64dec.c zb32.c \ + b64enc.c b64dec.c zb32.c zb32.h \ convert.c \ percent.c \ mbox-util.c mbox-util.h \ |