X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cedf6f3e1b53c5de2a19a293418a04c5d4d777f..978ba263685f9f76f4721930decccebbbf776816:/include/simgrid/mailbox.h diff --git a/include/simgrid/mailbox.h b/include/simgrid/mailbox.h index 6e91ff00c2..4bae8cbaf0 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. */ @@ -12,8 +12,8 @@ /* C interface */ 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()