Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
take care of new dll import and dll export in Windows
[simgrid.git] / include / xbt / module.h
index fe11adf..33d6a5a 100644 (file)
@@ -14,6 +14,6 @@
 
 extern char *xbt_binary_name;
 
-XBT_PUBLIC void xbt_init(int *argc,char **argv);
-XBT_PUBLIC void xbt_exit(void);
+XBT_PUBLIC(void) xbt_init(int *argc,char **argv);
+XBT_PUBLIC(void) xbt_exit(void);
 #endif /* _XBT_MODULE_H */