pset.h (xinetd-2.3.15) | : | pset.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. | |||
*/ | */ | |||
#ifndef __PSET_H | #ifndef __PSET_H | |||
#define __PSET_H | #define __PSET_H | |||
/* | /* | |||
* $Id: pset.h,v 1.2 2003-03-09 19:27:08 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
#include <stdlib.h> | #include <stdlib.h> | |||
typedef void *__pset_pointer ; | typedef void *__pset_pointer ; | |||
struct __pset | struct __pset | |||
{ | { | |||
unsigned alloc_step ; | unsigned alloc_step ; | |||
__pset_pointer *ptrs ; /* void Pointer to a Pointer */ | __pset_pointer *ptrs ; /* void Pointer to a Pointer */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |