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 / excludes.h
diff --git a/tools/tesh2/include/excludes.h b/tools/tesh2/include/excludes.h
deleted file mode 100644 (file)
index 7ba8126..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef __EXCLUDES_H
-#define __EXCLUDES_H
-
-#include <com.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-excludes_t
-excludes_new(void);
-
-int
-excludes_add(excludes_t excludes, fstream_t fstream);
-
-int
-excludes_contains(excludes_t excludes, fstream_t fstream);
-
-int
-excludes_is_empty(excludes_t excludes);
-
-int
-excludes_check(excludes_t excludes, fstreams_t fstreams);
-
-int
-excludes_free(void** excludesptr);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /*!__EXCLUDES_H */