Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
take care of new dll import and dll export in Windows
[simgrid.git] / src / gras / Msg / msg_interface.h
index 7c72a76..41cb973 100644 (file)
@@ -40,7 +40,7 @@ typedef struct {
 } s_gras_msg_procdata_t,*gras_msg_procdata_t;
 
 
-XBT_PUBLIC void gras_msg_send_namev(gras_socket_t  sock, 
+XBT_PUBLIC(void) gras_msg_send_namev(gras_socket_t  sock, 
                         const char    *namev, 
                         void          *payload);