X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ee4b856922e6a71a805e54ef5ae8c537155fa93..8885dc88b96967757ee901950a7f9b8eef96bc6f:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 3879b924dd..45d28b72b8 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -14,13 +14,9 @@ #include -#ifdef __cplusplus -#include -#endif - SG_BEGIN_DECL() -XBT_PUBLIC(size_t) sg_host_count(); +XBT_PUBLIC(size_t) sg_host_count(void); XBT_PUBLIC(sg_host_t *) sg_host_list(void); XBT_PUBLIC(size_t) sg_host_extension_create(void(*deleter)(void*));