Moved isc_buffer_t typedef from buffer.h to types.h

This commit is contained in:
Brian Wellington
2000-03-28 02:59:46 +00:00
parent 52966d52c3
commit fcdd365bbf
2 changed files with 2 additions and 1 deletions

View File

@@ -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;

View File

@@ -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 *);