Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last version of tesh
[simgrid.git] / tools / tesh2 / include / variables.h
index 1b522ec..2bc50ca 100644 (file)
@@ -1,13 +1,17 @@
 #ifndef __VARIABLES_H
 #define __VARIABLES_H
 
-#include <global.h>
+#include <com.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+variables_t
+variables_new(void);
 
+int
+variables_free(variables_t* variablesptr);
 
 
 #ifdef __cplusplus