From 5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 30 Oct 2015 12:33:40 +0100 Subject: 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 --- common/util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/util.h') 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, -- cgit v1.2.3