X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6f13df6a73ac3bbfe197cf4076108a818ec21960..cb1f41e17133f75d16ce09edee442cda1ae579b6:/include/simgrid/link.h diff --git a/include/simgrid/link.h b/include/simgrid/link.h index 507f40a4d5..2664a53df5 100644 --- a/include/simgrid/link.h +++ b/include/simgrid/link.h @@ -1,6 +1,6 @@ /* Public interface to the Link datatype */ -/* Copyright (c) 2015-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -12,7 +12,7 @@ #include /* C interface */ -SG_BEGIN_DECL() +SG_BEGIN_DECL XBT_PUBLIC const char* sg_link_name(sg_link_t link); XBT_PUBLIC sg_link_t sg_link_by_name(const char* name); XBT_PUBLIC int sg_link_is_shared(sg_link_t link); @@ -22,6 +22,6 @@ XBT_PUBLIC void* sg_link_data(sg_link_t link); XBT_PUBLIC void sg_link_data_set(sg_link_t link, void* data); XBT_PUBLIC int sg_link_count(); XBT_PUBLIC sg_link_t* sg_link_list(); -SG_END_DECL() +SG_END_DECL #endif /* INCLUDE_SIMGRID_LINK_H_ */