--- embedtools/inc/ub_env.h 2014/01/28 08:02:11 1.1.2.1 +++ embedtools/inc/ub_env.h 2014/01/28 22:03:01 1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: ub_env.h,v 1.1.2.1 2014/01/28 08:02:11 misho Exp $ + * $Id: ub_env.h,v 1.1.2.2 2014/01/28 22:03:01 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,8 +47,18 @@ SUCH DAMAGE. #define __UB_ENV_H +typedef struct { + u_int env_crc; + char env_data[]; +} env_t; + + const char *ub_getenv(const char *csName); int ub_setenv(const char *csName, const char *csValue); + + +extern cfg_root_t cfg; +extern int Verbose; #endif