Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/commonal.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.31 by aga4096, Thu Mar 3 10:13:00 2005 UTC revision 1.32 by aga4096, Sat Mar 5 01:48:36 2005 UTC
# Line 158  EXPORTDLL void freeIndexID( const indexi Line 158  EXPORTDLL void freeIndexID( const indexi
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    
# Line 173  EXPORTDLL result_t getItemTypes( const i Line 174  EXPORTDLL result_t getItemTypes( const i
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26