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 / Virtu / virtu_private.h
index ac60812..254aafa 100644 (file)
@@ -34,8 +34,8 @@ typedef struct {
   xbt_dynar_t moddata;
 } gras_procdata_t;
 
-gras_procdata_t *gras_procdata_get(void);
-void *gras_libdata_by_name_from_procdata(const char *name, gras_procdata_t* pd);
+XBT_PUBLIC(gras_procdata_t *) gras_procdata_get(void);
+XBT_PUBLIC(void) *gras_libdata_by_name_from_procdata(const char *name, gras_procdata_t* pd);
    
    
 #endif  /* GRAS_VIRTU_PRIVATE_H */