]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/zone.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start documenting the C API in sphinx
[simgrid.git] / include / simgrid / zone.h
index e2772bcc8a3d048b2f8cc8bd4f3c893198f95307..909f9f9a664f13b4a480188c0169dc8f28b2677b 100644 (file)
@@ -13,7 +13,7 @@
 #include <xbt/dict.h>
 
 /* C interface */
-SG_BEGIN_DECL()
+SG_BEGIN_DECL
 
 XBT_PUBLIC sg_netzone_t sg_zone_get_root();
 XBT_PUBLIC const char* sg_zone_get_name(sg_netzone_t zone);
@@ -23,6 +23,6 @@ XBT_PUBLIC const char* sg_zone_get_property_value(sg_netzone_t as, const char* n
 XBT_PUBLIC void sg_zone_set_property_value(sg_netzone_t netzone, const char* name, char* value);
 XBT_PUBLIC void sg_zone_get_hosts(sg_netzone_t zone, xbt_dynar_t whereto);
 
-SG_END_DECL()
+SG_END_DECL
 
 #endif /* INCLUDE_SIMGRID_ZONE_H_ */