Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the right header for the getline management.
[simgrid.git] / include / xbt / function_types.h
index 305d10a..291441d 100644 (file)
@@ -16,8 +16,9 @@
 
 SG_BEGIN_DECL()
 
-     typedef void (*void_f_ppvoid_t) (void **);
-     typedef void (*void_f_pvoid_t) (void *);
+typedef void (*void_f_ppvoid_t) (void **);
+typedef void (*void_f_pvoid_t) (void *);
+typedef void (*void_f_int_pvoid_t) (int,void *);
      typedef void *(*pvoid_f_void_t) (void);
      typedef void *(*pvoid_f_pvoid_t) (void *);
      typedef void (*void_f_void_t) (void);