X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d805d3e2b617db73c7c28cf4e4683cd9e6b928d4:/src/include/instr/instr_interface.h..d809b28aed8516d8e281c908502638df19e784dd:/src/include/instr/instr_interface.hpp diff --git a/src/include/instr/instr_interface.h b/src/include/instr/instr_interface.hpp similarity index 79% rename from src/include/instr/instr_interface.h rename to src/include/instr/instr_interface.hpp index e31aea68b6..e4cdb94200 100644 --- a/src/include/instr/instr_interface.h +++ b/src/include/instr/instr_interface.hpp @@ -3,18 +3,14 @@ /* 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. */ -#ifndef SIMGRID_INSTR_INTERFACE_H -#define SIMGRID_INSTR_INTERFACE_H +#ifndef SIMGRID_INSTR_INTERFACE_HPP +#define SIMGRID_INSTR_INTERFACE_HPP #include "xbt.h" -SG_BEGIN_DECL() - XBT_PUBLIC int TRACE_start(); XBT_PUBLIC int TRACE_end(); XBT_PUBLIC void TRACE_global_init(); XBT_PUBLIC void TRACE_help(int detailed); -SG_END_DECL() - #endif