X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72a105702165975d1702e64af7d28b60eb311672..c1fa53426d4f4db5c1fe697d915d30247fd5d09a:/tools/tesh2/include/variable.h diff --git a/tools/tesh2/include/variable.h b/tools/tesh2/include/variable.h index 8341c797a9..64cc65da46 100644 --- a/tools/tesh2/include/variable.h +++ b/tools/tesh2/include/variable.h @@ -2,28 +2,19 @@ #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); - - +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 */ +} +#endif /* */ + +#endif /*!__VARIABLE_H */