Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
delete all the files to add the new integrated files version
[simgrid.git] / tools / tesh2 / include / variable.h
diff --git a/tools/tesh2/include/variable.h b/tools/tesh2/include/variable.h
deleted file mode 100644 (file)
index 7f3dbc0..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef __VARIABLE_H
-#define __VARIABLE_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
-}
-#endif
-
-
-#endif /*!__VARIABLE_H */
-