X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f8a7ee5550baeac116375b64ea445aaed605f743..4bb73cb3914b5f7b77a9ec1f8abe728e637cc016:/src/include/instr/instr_interface.h diff --git a/src/include/instr/instr_interface.h b/src/include/instr/instr_interface.h index a3262e054a..e31aea68b6 100644 --- a/src/include/instr/instr_interface.h +++ b/src/include/instr/instr_interface.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2018. 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. */ @@ -10,10 +10,10 @@ 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); +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()