slog.h (xinetd-2.3.15) | : | slog.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: slog.h,v 1.3 2003-05-31 21:58:58 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
#ifndef __SLOG_H | #ifndef __SLOG_H | |||
#define __SLOG_H | #define __SLOG_H | |||
struct syslog_s | struct syslog_s | |||
{ | { | |||
int sl_facility ; | int sl_facility ; | |||
int sl_default_level ; | int sl_default_level ; | |||
} ; | } ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |