m_env.h (xinetd-2.3.15) | : | m_env.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
/* | /* | |||
* (c) Copyright 1992 by Panagiotis Tsirigotis | * (c) Copyright 1992 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 __M_ENV_H | #ifndef __M_ENV_H | |||
#define __M_ENV_H | #define __M_ENV_H | |||
/* | /* | |||
* $Id: m_env.h,v 1.2 2003-03-09 19:27:08 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
struct __env | struct __env | |||
{ | { | |||
unsigned max_vars ; | unsigned max_vars ; | |||
unsigned n_vars ; | unsigned n_vars ; | |||
char **vars ; | char **vars ; | |||
} ; | } ; | |||
typedef struct __env *env_h ; | typedef struct __env *env_h ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |