2
0
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:
David Lawrence
2000-04-25 22:29:55 +00:00
parent 5b27fa26dd
commit 5baea3a021

View File

@@ -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
***/