parse.h (xinetd-2.3.15) | : | parse.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
* and conditions for redistribution. | * and conditions for redistribution. | |||
*/ | */ | |||
#ifndef PARSE_H | #ifndef PARSE_H | |||
#define PARSE_H | #define PARSE_H | |||
#include "defs.h" | #include "defs.h" | |||
#include "conf.h" | #include "conf.h" | |||
/* | /* | |||
* $Id: parse.h,v 1.4 2003-07-12 19:17:53 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
typedef enum { NO_ENTRY, | typedef enum { NO_ENTRY, | |||
BAD_ENTRY, | BAD_ENTRY, | |||
SERVICE_ENTRY, | SERVICE_ENTRY, | |||
DEFAULTS_ENTRY, | DEFAULTS_ENTRY, | |||
INCLUDE_ENTRY, | INCLUDE_ENTRY, | |||
INCLUDEDIR_ENTRY | INCLUDEDIR_ENTRY | |||
} entry_e ; | } entry_e ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |