X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..bf2eac918e4a2b27667268c0f4355f0797fd5af4:/include/simgrid/mailbox.h diff --git a/include/simgrid/mailbox.h b/include/simgrid/mailbox.h index 4bae8cbaf0..d3ed4c6000 100644 --- a/include/simgrid/mailbox.h +++ b/include/simgrid/mailbox.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2020. 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_ */