From: alegrand Date: Wed, 1 Dec 2010 15:46:01 +0000 (+0000) Subject: Introduce convenient function prototype. X-Git-Tag: v3_5~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a4ead5dcec77e6ab5d150ad4d38bd48cc2e41f08 Introduce convenient function prototype. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8815 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index c8b0f0fb6d..0780a02679 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -27,5 +27,7 @@ typedef int (*int_f_cpvoid_cpvoid_t) (const void *, const void *); typedef int (*xbt_main_func_t) (int argc, char *argv[]); +typedef double(*double_f_pvoid_t) (void *); + SG_END_DECL() #endif /* XBT_FUNCTION_TYPE_H */