mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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/buffer.h>
|
||||
#include <isc/list.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
/***
|
||||
*** Types
|
||||
***/
|
||||
|
||||
typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t;
|
||||
|
||||
/***
|
||||
*** Functions
|
||||
***/
|
||||
|
Reference in New Issue
Block a user