From a4ead5dcec77e6ab5d150ad4d38bd48cc2e41f08 Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 1 Dec 2010 15:46:01 +0000 Subject: [PATCH] Introduce convenient function prototype. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8815 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/function_types.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.20.1