mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
no need to include <isc/buffer.h>, <isc/result.h> from <isc/base64.h>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: base64.c,v 1.8 2000/03/17 17:45:50 gson Exp $ */
|
/* $Id: base64.c,v 1.9 2000/04/10 21:35:47 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -30,6 +30,7 @@
|
|||||||
#include <isc/assertions.h>
|
#include <isc/assertions.h>
|
||||||
#include <isc/error.h>
|
#include <isc/error.h>
|
||||||
#include <isc/region.h>
|
#include <isc/region.h>
|
||||||
|
#include <isc/result.h>
|
||||||
|
|
||||||
#define RETERR(x) do { \
|
#define RETERR(x) do { \
|
||||||
isc_result_t __r = (x); \
|
isc_result_t __r = (x); \
|
||||||
|
@@ -15,16 +15,14 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: base64.h,v 1.4 2000/03/21 00:37:35 gson Exp $ */
|
/* $Id: base64.h,v 1.5 2000/04/10 21:35:48 gson Exp $ */
|
||||||
|
|
||||||
#ifndef ISC_BASE64_H
|
#ifndef ISC_BASE64_H
|
||||||
#define ISC_BASE64_H 1
|
#define ISC_BASE64_H 1
|
||||||
|
|
||||||
#include <isc/buffer.h>
|
|
||||||
#include <isc/lang.h>
|
#include <isc/lang.h>
|
||||||
#include <isc/lex.h>
|
#include <isc/lex.h>
|
||||||
#include <isc/region.h>
|
#include <isc/region.h>
|
||||||
#include <isc/result.h>
|
|
||||||
#include <isc/types.h>
|
#include <isc/types.h>
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
|
Reference in New Issue
Block a user