--- embedtools/inc/ub_env.h 2014/01/28 22:37:07 1.1.2.4 +++ embedtools/inc/ub_env.h 2014/01/29 01:26:27 1.1.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: ub_env.h,v 1.1.2.4 2014/01/28 22:37:07 misho Exp $ + * $Id: ub_env.h,v 1.1.2.5 2014/01/29 01:26:27 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -55,6 +55,7 @@ typedef struct { int ub_load(const char *csSec); void ub_unload(); +int ub_env(const char *csSec); const char *ub_getenv(const char *csSec, const char *csName); int ub_setenv(const char *csSec, const char *csName, const char *csValue);