X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62da5664b681577c99a3b0f51d8395876e7ecdf5..baca7024fc7c8a8231d947be38fd7627348487fd:/include/simix/simix.h diff --git a/include/simix/simix.h b/include/simix/simix.h index 967dd5dbe2..3c810e3c66 100644 --- a/include/simix/simix.h +++ b/include/simix/simix.h @@ -51,7 +51,6 @@ XBT_PUBLIC(void) SIMIX_process_set_function(const char* process_host, double process_kill_time); /*********************************** Host *************************************/ -XBT_PUBLIC(xbt_dict_t) SIMIX_host_get_dict(void); XBT_PUBLIC(smx_host_t) SIMIX_host_get_by_name(const char *name); XBT_PUBLIC(smx_host_t) SIMIX_host_self(void); XBT_PUBLIC(const char*) SIMIX_host_self_get_name(void);