X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..cb1f41e17133f75d16ce09edee442cda1ae579b6:/include/simgrid/storage.h diff --git a/include/simgrid/storage.h b/include/simgrid/storage.h index f82d864b6f..8336287350 100644 --- a/include/simgrid/storage.h +++ b/include/simgrid/storage.h @@ -12,7 +12,7 @@ #include /* C interface */ -SG_BEGIN_DECL() +SG_BEGIN_DECL XBT_PUBLIC const char* sg_storage_get_name(sg_storage_t storage); XBT_PUBLIC sg_storage_t sg_storage_get_by_name(const char* name); @@ -26,6 +26,6 @@ XBT_PUBLIC const char* sg_storage_get_host(sg_storage_t storage); XBT_PUBLIC sg_size_t sg_storage_read(sg_storage_t storage, sg_size_t size); XBT_PUBLIC sg_size_t sg_storage_write(sg_storage_t storage, sg_size_t size); -SG_END_DECL() +SG_END_DECL #endif /* INCLUDE_SIMGRID_STORAGE_H_ */