mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
965486031b
commit
5aadb4b62d
6 changed files with 42 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue