Browse CVS Repository
Diff of /xoonips/AL/commonal.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 158 |
EXPORTDLL void freeString( char* ptr ); |
EXPORTDLL void freeString( char* ptr ); |
| 159 |
EXPORTDLL void freeChangeLog( const changelog_t* ptr ); |
EXPORTDLL void freeChangeLog( const changelog_t* ptr ); |
| 160 |
EXPORTDLL void freePubmed( const pubmed_t* ptr ); |
EXPORTDLL void freePubmed( const pubmed_t* ptr ); |
| 161 |
|
EXPORTDLL void freeInt( const int* ); |
| 162 |
|
|
| 163 |
EXPORTDLL const char* getLastErrorString(); |
EXPORTDLL const char* getLastErrorString(); |
| 164 |
|
|
| 174 |
EXPORTDLL result_t getIndexIDByItemID( sessionid_t sid, itemid_t itemid, const indexid_t**, int* ); |
EXPORTDLL result_t getIndexIDByItemID( sessionid_t sid, itemid_t itemid, const indexid_t**, int* ); |
| 175 |
EXPORTDLL result_t getOwnPublicItemID( sessionid_t sid, userid_t uid, const itemid_t** iids, int* iidsLen ); |
EXPORTDLL result_t getOwnPublicItemID( sessionid_t sid, userid_t uid, const itemid_t** iids, int* iidsLen ); |
| 176 |
|
|
| 177 |
|
EXPORTDLL result_t getItemCountGroupByIndex( sessionid_t sid, indexid_t **xids, int *xidsLen, int **counts ); |
| 178 |
EXPORTDLL result_t zipCreate( char* zippath, char** files, int filesLen ); |
EXPORTDLL result_t zipCreate( char* zippath, char** files, int filesLen ); |
| 179 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.31 |
|
| changed lines |
| |
Added in v.1.32 |
|
|
| |