mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Move isc_bufferlist_t to isc/types.h.
Do not need isc/buffer.h or isc/list.h.
This commit is contained in:
@@ -43,17 +43,10 @@
|
|||||||
***/
|
***/
|
||||||
|
|
||||||
#include <isc/lang.h>
|
#include <isc/lang.h>
|
||||||
#include <isc/buffer.h>
|
#include <isc/types.h>
|
||||||
#include <isc/list.h>
|
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
|
|
||||||
/***
|
|
||||||
*** Types
|
|
||||||
***/
|
|
||||||
|
|
||||||
typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t;
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Functions
|
*** Functions
|
||||||
***/
|
***/
|
||||||
|
Reference in New Issue
Block a user