X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9347ab3e960f0f098338c88a79724dbcf4a58bb..d24f6738f58de48ac1fea23849f12285034f86c4:/include/xbt/module.h diff --git a/include/xbt/module.h b/include/xbt/module.h index f3f5a44d22..29cad1bf0f 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -1,6 +1,6 @@ /* module - modularize the code */ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,8 +11,13 @@ #include /* XBT_PUBLIC */ -XBT_PUBLIC(char *)xbt_binary_name; - +#ifdef __cplusplus +extern "C" { +#endif XBT_PUBLIC(void) xbt_init(int *argc, char **argv); XBT_PUBLIC(void) xbt_exit(void); +#ifdef __cplusplus +} +#endif + #endif /* _XBT_MODULE_H */