aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-10-30 11:33:40 +0000
committerWerner Koch <[email protected]>2015-10-30 11:33:40 +0000
commit5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c (patch)
tree11604b1324ed67938f33b51275905e50500bfb59 /common/util.h
parentUse of some C99 features is now permitted. (diff)
downloadgnupg-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.h5
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,