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/util.h | |
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/util.h')
-rw-r--r-- | common/util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/util.h b/common/util.h index 06d5f8772..b2651c444 100644 --- a/common/util.h +++ b/common/util.h @@ -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, |