X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5faf49cdf3f8ad8751317b857a6d3134fe07eda3..49e85177c669d793e84242983a1b1f430e47184e:/src/include/surf/trace_mgr.h diff --git a/src/include/surf/trace_mgr.h b/src/include/surf/trace_mgr.h index 37821371bd..62cf3acabc 100644 --- a/src/include/surf/trace_mgr.h +++ b/src/include/surf/trace_mgr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -13,9 +13,7 @@ #include "surf/datatypes.h" #include "simgrid/platf_interface.h" -#ifdef __cplusplus -extern "C" { -#endif +SG_BEGIN_DECL() /* Creation functions */ XBT_PUBLIC(tmgr_history_t) tmgr_history_new(void); @@ -47,8 +45,6 @@ XBT_PUBLIC(tmgr_trace_event_t) XBT_PUBLIC(void) tmgr_finalize(void); -#ifdef __cplusplus -} -#endif +SG_END_DECL() #endif /* _SURF_TMGR_H */