X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3354174bd5dce6022d6f8ae963ec8ab8f53f3add..f9b13d923d31bb0336aeeaab6d5b7ba33812f3f7:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index d0d38aecdd..2cdc8f4210 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -6,9 +6,10 @@ #ifndef SURF_MODEL_H_ #define SURF_MODEL_H_ +#include +#include + #include "src/internal_config.h" -#include "src/surf/surf_private.hpp" -#include "xbt/function_types.h" #include #include @@ -21,6 +22,8 @@ /********* * Utils * *********/ +XBT_PRIVATE FILE* surf_fopen(const std::string& name, const char* mode); +XBT_PRIVATE std::ifstream* surf_ifsopen(const std::string& name); /* user-visible parameters */ XBT_PUBLIC_DATA double sg_maxmin_precision;