mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 22:28:34 -04:00
Moved isc_buffer_t typedef from buffer.h to types.h
This commit is contained in:
parent
52966d52c3
commit
fcdd365bbf
2 changed files with 2 additions and 1 deletions
|
|
@ -106,6 +106,7 @@
|
|||
#include <isc/mem.h>
|
||||
#include <isc/region.h>
|
||||
#include <isc/int.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
|
@ -150,7 +151,6 @@ ISC_LANG_BEGINDECLS
|
|||
* discouraged from directly manipulating the structure.
|
||||
*/
|
||||
|
||||
typedef struct isc_buffer isc_buffer_t;
|
||||
struct isc_buffer {
|
||||
unsigned int magic;
|
||||
unsigned int type;
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ typedef struct isc_rwlock isc_rwlock_t;
|
|||
typedef struct isc_bitstring isc_bitstring_t;
|
||||
typedef struct isc_sockaddr isc_sockaddr_t;
|
||||
typedef struct isc_netaddr isc_netaddr_t;
|
||||
typedef struct isc_buffer isc_buffer_t;
|
||||
|
||||
typedef void (*isc_taskaction_t)(isc_task_t *, isc_event_t *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue