X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c704bcbb880386f96e0e992554afbe3fcc3f0758..f906123b75e746c913ebc0c9bddeac87d76f27e2:/include/xbt/synchro.h diff --git a/include/xbt/synchro.h b/include/xbt/synchro.h index 333df9562f..265f5b8a66 100644 --- a/include/xbt/synchro.h +++ b/include/xbt/synchro.h @@ -32,7 +32,7 @@ SG_BEGIN_DECL() /** \brief Thread data type (opaque structure) */ typedef struct s_xbt_thread_ *xbt_thread_t; - XBT_PUBLIC(xbt_thread_t) xbt_thread_create(const char *name, void_f_pvoid_t start_routine,void* param); + XBT_PUBLIC(xbt_thread_t) xbt_thread_create(const char *name, void_fp_pvoid_t start_routine,void* param); XBT_PUBLIC(void) xbt_thread_exit(); XBT_PUBLIC(xbt_thread_t) xbt_thread_self(void); XBT_PUBLIC(const char*) xbt_thread_name(xbt_thread_t t);