add comp_fn_t
This commit is contained in:
parent
3da443cbad
commit
724c740909
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ typedef struct typeinfo_ typeinfo_t;
|
|||
typedef size_t (*datasize_fn_t)(va_list);
|
||||
|
||||
typedef void (*destroy_fn_t)(void*);
|
||||
typedef int (*comp_fn_t)(void*, void*, size_t);
|
||||
|
||||
/* object life cycle */
|
||||
typedef int (*obj_init_fn_t)(meta_obj_t*, va_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue