mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -274,11 +274,6 @@ gpg_error_t b64dec_proc (struct b64state *state, void *buffer, size_t length,
|
|||
size_t *r_nbytes);
|
||||
gpg_error_t b64dec_finish (struct b64state *state);
|
||||
|
||||
|
||||
/*-- zb32.c --*/
|
||||
char *zb32_encode (const void *data, unsigned int databits);
|
||||
|
||||
|
||||
/*-- sexputil.c */
|
||||
char *canon_sexp_to_string (const unsigned char *canon, size_t canonlen);
|
||||
void log_printcanon (const char *text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue