2
0
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:
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/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
***/ ***/