impl.h (xinetd-2.3.15) | : | impl.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
/* | /* | |||
* (c) Copyright 1992, 1993 by Panagiotis Tsirigotis | * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis | |||
* All rights reserved. The file named COPYRIGHT specifies the terms | * All rights reserved. The file named COPYRIGHT specifies the terms | |||
* and conditions for redistribution. | * and conditions for redistribution. | |||
*/ | */ | |||
/* | /* | |||
* $Id: impl.h,v 1.1.1.1 2003-02-19 17:29:27 bbraun Exp $ | * $Id$ | |||
*/ | */ | |||
#ifndef __XLOG_IMPL_H | #ifndef __XLOG_IMPL_H | |||
#define __XLOG_IMPL_H | #define __XLOG_IMPL_H | |||
#include <stdlib.h> /* For malloc() & free() prototypes */ | #include <stdlib.h> /* For malloc() & free() prototypes */ | |||
#include <stdarg.h> | #include <stdarg.h> | |||
#define DEFINE_LINK_TYPE( type, name ) struct { type *next, *prev ; } na me | #define DEFINE_LINK_TYPE( type, name ) struct { type *next, *prev ; } na me | |||
#define NEXT( obj, field ) (obj)->field.next | #define NEXT( obj, field ) (obj)->field.next | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |