conf.h (xinetd-2.3.15) | : | conf.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 CONF_H | #ifndef CONF_H | |||
#define CONF_H | #define CONF_H | |||
/* | /* | |||
* $Id: conf.h,v 1.1.1.1 2003-02-19 17:29:27 bbraun Exp $ | * $Id$ | |||
*/ | */ | |||
#include "pset.h" | #include "pset.h" | |||
#include "sconf.h" | #include "sconf.h" | |||
struct configuration | struct configuration | |||
{ | { | |||
pset_h cnf_service_confs ; | pset_h cnf_service_confs ; | |||
struct service_config *cnf_defaults ; | struct service_config *cnf_defaults ; | |||
} ; | } ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |