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:
cremno 2014-08-29 13:06:37 +02:00
parent 6d414c0777
commit 0203e28436
4 changed files with 9 additions and 9 deletions

View file

@ -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 *))
{