X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cedf6f3e1b53c5de2a19a293418a04c5d4d777f..cb1f41e17133f75d16ce09edee442cda1ae579b6:/include/simgrid/mailbox.h diff --git a/include/simgrid/mailbox.h b/include/simgrid/mailbox.h index 6e91ff00c2..a21900a681 100644 --- a/include/simgrid/mailbox.h +++ b/include/simgrid/mailbox.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-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. */ @@ -10,11 +10,11 @@ #include /* C interface */ -SG_BEGIN_DECL() +SG_BEGIN_DECL -void sg_mailbox_set_receiver(const char* alias); -int sg_mailbox_listen(const char* alias); +XBT_PUBLIC void sg_mailbox_set_receiver(const char* alias); +XBT_PUBLIC int sg_mailbox_listen(const char* alias); -SG_END_DECL() +SG_END_DECL #endif /* INCLUDE_SIMGRID_MAILBOX_H_ */