use rb_data_type_t instead rb_data_type_struct
For some reason the struct tag and typedef name differ and nobody uses rb_data_type_struct.
This commit is contained in:
parent
6d414c0777
commit
0203e28436
4 changed files with 9 additions and 9 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
void initType(rb_data_type_struct &type,
|
||||
void initType(rb_data_type_t &type,
|
||||
const char *name,
|
||||
void (*freeInst)(void *))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue