X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe53701228db0390daa50be847aadc572dd21e71..13e36e7d7378077df05f126c50f87108518a6ea7:/tools/tesh2/include/variable.h diff --git a/tools/tesh2/include/variable.h b/tools/tesh2/include/variable.h index 7f3dbc0d46..8341c797a9 100644 --- a/tools/tesh2/include/variable.h +++ b/tools/tesh2/include/variable.h @@ -1,29 +1,29 @@ -#ifndef __VARIABLE_H -#define __VARIABLE_H - -#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 -} -#endif - - -#endif /*!__VARIABLE_H */ - +#ifndef __VARIABLE_H +#define __VARIABLE_H + +#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 +} +#endif + + +#endif /*!__VARIABLE_H */ +