access.h (xinetd-2.3.15) | : | access.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
* (c) Copyright 1992 by Panagiotis Tsirigotis | * (c) Copyright 1992 by Panagiotis Tsirigotis | |||
* (c) Sections Copyright 1998-2001 by Rob Braun | * (c) Sections Copyright 1998-2001 by Rob Braun | |||
* 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 ACCESS_H | #ifndef ACCESS_H | |||
#define ACCESS_H | #define ACCESS_H | |||
/* | /* | |||
* $Id: access.h,v 1.2 2004-01-02 21:07:42 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
#include "util.h" /* for nv_get_name() */ | #include "util.h" /* for nv_get_name() */ | |||
#include "defs.h" /* bool_int */ | #include "defs.h" /* bool_int */ | |||
#include "connection.h" | #include "connection.h" | |||
/* | /* | |||
* These flags are used to form a mask for access_control. | * These flags are used to form a mask for access_control. | |||
* The mask determines which checks will be performed. | * The mask determines which checks will be performed. | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |