X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c09a81f5beb799e8233d9f6e5eaa1843fe23f3da..fe53701228db0390daa50be847aadc572dd21e71:/tools/tesh2/include/variable.h diff --git a/tools/tesh2/include/variable.h b/tools/tesh2/include/variable.h index bd3e5ac5f4..7f3dbc0d46 100644 --- a/tools/tesh2/include/variable.h +++ b/tools/tesh2/include/variable.h @@ -1,12 +1,23 @@ #ifndef __VARIABLE_H #define __VARIABLE_H -#include +#include #ifdef __cplusplus extern "C" { #endif +variable_t +variable_new(const char* name, const char* val); + +int +variable_free(variable_t* variableptr); + +int +variable_is_used(variable_t variable); + +int +variable_set_used(variable_t variable); #ifdef __cplusplus @@ -14,4 +25,5 @@ extern "C" { #endif -#endif /*!__VARIABLE_H */ \ No newline at end of file +#endif /*!__VARIABLE_H */ +