Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / tools / tesh2 / include / fstreams.h
index 4998d74..afff0cb 100644 (file)
  *             This file contains all the declarations of the functions related with\r
  *             the tesh fstreams type.\r
  *\r
- */\r
+ */  \r
 #ifndef __FSTREAMS_H\r
 #define __FSTREAMS_H\r
-\r
+    \r
 #include <com.h>\r
-\r
+    \r
 #ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
+extern "C" {
+  \r
+#endif  /* \r */
+  \r
 /*! \brief fstreams_new - create a new fstreams.\r
  *\r
  * \param directory    The directory of the tesh file.\r
@@ -36,39 +37,19 @@ extern "C" {
  *                                     [EINVAL] if one of the parameters is invalid.\r
  *                                     [ENOMEM] if the system has not enough space to allocate\r
  *                                              the file stream.\r
- */\r
-fstreams_t\r
-fstreams_new(void_f_pvoid_t fn_finalize);\r
-\r
-int\r
-fstreams_exclude(fstreams_t fstreams, excludes_t excludes);\r
-\r
-int \r
-fstreams_contains(fstreams_t fstreams, fstream_t fstream);\r
-\r
-int\r
-fstreams_add(fstreams_t fstreams, fstream_t fstream);\r
-\r
-int\r
-fstreams_free(void** fstreamsptr);\r
-\r
-int\r
-fstreams_get_size(fstreams_t fstreams);\r
-\r
-int\r
-fstreams_is_empty(fstreams_t fstreams);\r
-\r
-int \r
-fstreams_contains(fstreams_t fstreams, fstream_t fstream);\r
-\r
-int\r
-fstreams_load(fstreams_t fstreams);\r
-\r
-\r
-\r
+ */ \r
+  fstreams_t \r fstreams_new(void_f_pvoid_t fn_finalize);
+  \r \r int \r fstreams_exclude(fstreams_t fstreams, excludes_t excludes);
+  \r \r int \r fstreams_contains(fstreams_t fstreams, fstream_t fstream);
+  \r \r int \r fstreams_add(fstreams_t fstreams, fstream_t fstream);
+  \r \r int \r fstreams_free(void **fstreamsptr);
+  \r\rint \r fstreams_get_size(fstreams_t fstreams);
+  \r \r int \r fstreams_is_empty(fstreams_t fstreams);
+  \r \r int \r fstreams_contains(fstreams_t fstreams, fstream_t fstream);
+  \r \r int \r fstreams_load(fstreams_t fstreams);
+  \r \r \r \r
 #ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* !__FSTREAMS_H */\r
+} \r
+#endif  /* \r */
+\r \r
+#endif  /* !__FSTREAMS_H */\r