#ifndef __SETENVC_H__
#define __SETENVC_H__
-
+#include "dynlib_io.h"
#include "BOOL.h"
/**
* @param[in] value the value of the variable "string"
* @return FALSE if there is a problem otherwise TRUE
*/
-BOOL setenvc(char *string,char *value);
-
-/**
- * TODO : comment
- * @return
- */
-int getUpdateEnvVar(void);
-
-/**
- * TODO : comment
- * @param val
- */
-void setUpdateEnvVar(int val);
+IO_IMPEXP BOOL setenvc(char *string,char *value);
#endif /* __SETENVC_H__ */
/*--------------------------------------------------------------------------*/