Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not export private functions in the dll (win32 specific)
[simgrid.git] / src / gras / Msg / msg_interface.h
index 41cb973..3595ead 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, 
+void gras_msg_send_namev(gras_socket_t  sock, 
                         const char    *namev, 
                         void          *payload);