RTree UDI support (written by David Vaz).
This commit is contained in:
20
packages/udi/rtree_udi_i.h
Normal file
20
packages/udi/rtree_udi_i.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef _RTREE_UDI_I_
|
||||
#define _RTREE_UDI_I_
|
||||
|
||||
#define NARGS 5
|
||||
struct Control
|
||||
{
|
||||
int arg;
|
||||
void *pred;
|
||||
rtree_t tree;
|
||||
};
|
||||
typedef struct Control control_t[NARGS];
|
||||
|
||||
struct CallbackM
|
||||
{
|
||||
clause_list_t cl;
|
||||
void * pred;
|
||||
};
|
||||
typedef struct CallbackM * callback_m_t;
|
||||
|
||||
#endif /* _RTREE_UDI_I_ */
|
Reference in New Issue
Block a user