Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last version of tesh
[simgrid.git] / tools / tesh2 / include / variable.h
index bd3e5ac..7f3dbc0 100644 (file)
@@ -1,12 +1,23 @@
 #ifndef __VARIABLE_H
 #define __VARIABLE_H
 
-#include <global.h>
+#include <com.h>
 
 #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 */
+