1 /*-----------------------------------------------------------------------------------*/
4 /*-----------------------------------------------------------------------------------*/
9 * Set in the system environment a variable to a value
10 * @param[in] string the name of the variable
11 * @param[in] value the value of the variable "string"
12 * @return 0 if there is a problem otherwise 1
14 int setenvc(char *string,char *value);
20 int getUpdateEnvVar(void);
26 void setUpdateEnvVar(int val);
28 #endif /* __SETENVC_H__ */
29 /*-----------------------------------------------------------------------------------*/