X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9439e24134c9113ffdb30ba69b06d36b51156213..cb1f41e17133f75d16ce09edee442cda1ae579b6:/include/simgrid/mailbox.h diff --git a/include/simgrid/mailbox.h b/include/simgrid/mailbox.h index 774fe6c2fd..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 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_ */