| 150 |
EXPORTDLL void freeUID( const userid_t* ); |
EXPORTDLL void freeUID( const userid_t* ); |
| 151 |
EXPORTDLL void freeGID( const groupid_t* ); |
EXPORTDLL void freeGID( const groupid_t* ); |
| 152 |
EXPORTDLL void freeItem( const item_t* ); |
EXPORTDLL void freeItem( const item_t* ); |
| 153 |
|
EXPORTDLL void freeItemType( const itemtype_t* ); |
| 154 |
EXPORTDLL void freeItemID( const itemid_t* ); |
EXPORTDLL void freeItemID( const itemid_t* ); |
| 155 |
EXPORTDLL void freeIndex( const index_t* ptr ); |
EXPORTDLL void freeIndex( const index_t* ptr ); |
| 156 |
EXPORTDLL void freeIndexID( const indexid_t* ptr ); |
EXPORTDLL void freeIndexID( const indexid_t* ptr ); |
| 166 |
EXPORTDLL result_t getItemIDByBinderID( sessionid_t sid, itemid_t binderid, criteria_t* cri, const itemid_t** iids, int* iidsLen ); |
EXPORTDLL result_t getItemIDByBinderID( sessionid_t sid, itemid_t binderid, criteria_t* cri, const itemid_t** iids, int* iidsLen ); |
| 167 |
EXPORTDLL result_t registerBinderItem( sessionid_t sid, itemid_t binderid, itemid_t iid ); |
EXPORTDLL result_t registerBinderItem( sessionid_t sid, itemid_t binderid, itemid_t iid ); |
| 168 |
EXPORTDLL result_t unregisterBinderItem( sessionid_t sid, itemid_t binderid, itemid_t iid ); |
EXPORTDLL result_t unregisterBinderItem( sessionid_t sid, itemid_t binderid, itemid_t iid ); |
| 169 |
|
|
| 170 |
|
EXPORTDLL result_t getItemTypes( const itemtype_t** types, int* len ); |
| 171 |
#endif |
#endif |