diff options
Diffstat (limited to 'usr.bin/dig/lib/isc/include/isc/base64.h')
| -rw-r--r-- | usr.bin/dig/lib/isc/include/isc/base64.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/usr.bin/dig/lib/isc/include/isc/base64.h b/usr.bin/dig/lib/isc/include/isc/base64.h index 956c10b8705..c4413912948 100644 --- a/usr.bin/dig/lib/isc/include/isc/base64.h +++ b/usr.bin/dig/lib/isc/include/isc/base64.h @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.h,v 1.3 2020/02/13 13:53:01 jsg Exp $ */ +/* $Id: base64.h,v 1.4 2020/02/23 23:40:22 jsg Exp $ */ #ifndef ISC_BASE64_H #define ISC_BASE64_H 1 @@ -67,24 +67,6 @@ isc_base64_decodestring(const char *cstr, isc_buffer_t *target); * * Other error returns are any possible error code from: *\li isc_lex_create(), - *\li isc_base64_tobuffer(). - */ - -isc_result_t -isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length); -/*!< - * \brief Convert base64 encoded text from a lexer context into data. - * - * Requires: - *\li 'lex' is a valid lexer context - *\li 'target' is a buffer containing binary data - *\li 'length' is an integer - * - * Ensures: - *\li target will contain the data represented by the base64 encoded - * string parsed by the lexer. No more than length bytes will be read, - * if length is positive. The 'used' pointer in target will be - * advanced as necessary. */ #endif /* ISC_BASE64_H */ |
