X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eee21ec5f99218189fc98898a09150294cd0fbf4..e058e06362ce27135c41d3657840f9fd78667687:/src/include/surf/trace_mgr.h diff --git a/src/include/surf/trace_mgr.h b/src/include/surf/trace_mgr.h index 3343492730..62cf3acabc 100644 --- a/src/include/surf/trace_mgr.h +++ b/src/include/surf/trace_mgr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2007, 2009-2012. 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 */