From: mquinson Date: Thu, 1 Jun 2006 21:49:04 +0000 (+0000) Subject: virtu needs this X-Git-Tag: v3.3~3017 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/72ae967186e4864a90cc69a73b49002a3d87f10d?hp=4b41f277f2b33352749cc8269b61897647c815e8;ds=sidebyside virtu needs this git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2341 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 10c6fe7501..e80c6879c3 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -18,6 +18,7 @@ SG_BEGIN_DECL() typedef void (void_f_ppvoid_t)(void**); typedef void (void_f_pvoid_t) (void*); + typedef void* (pvoid_f_void_t)(void); typedef void (*void_f_void_t) (void); typedef int (int_f_pvoid_pvoid_t) (void*,void*);