git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1833
48e7efb5-ca39-0410-a469-
dd3cf9ba447f
#define _SURF_SURF_PARSE_H
#include "surf/surfxml.h"
#define _SURF_SURF_PARSE_H
#include "surf/surfxml.h"
-typedef int (*int_f_void_t)(void);
extern int_f_void_t surf_parse;
#endif
extern int_f_void_t surf_parse;
#endif
const char *xbt_procname(void);
const char *xbt_procname(void);
- /** \brief Pointer to a function freeing a pointed data */
+
+/* Generic function type */
+
typedef void (void_f_ppvoid_t)(void**);
typedef void (void_f_ppvoid_t)(void**);
- /** \brief Pointer to a function freeing some data */
- typedef void (void_f_pvoid_t) (void*);
+ typedef void (void_f_pvoid_t) (void*);
+ typedef int (int_f_pvoid_pvoid_t) (void*,void*);
+
+ typedef int (*int_f_void_t) (void); /* FIXME: rename it to int_pf_void_t */
+
SG_END_DECL()
#endif /* XBT_MISC_H */
SG_END_DECL()
#endif /* XBT_MISC_H */