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.41 by aga4096, Tue Aug 30 09:39:31 2005 UTC revision 1.42 by tani, Thu Sep 8 05:40:21 2005 UTC
# Line 93  Line 93 
93  #define XNP_CONFIG_PUBLIC_ITEM_TARGET_USER_PLATFORM  "platform"  #define XNP_CONFIG_PUBLIC_ITEM_TARGET_USER_PLATFORM  "platform"
94  #define XNP_CONFIG_PUBLIC_ITEM_TARGET_USER_ALL  "all"  #define XNP_CONFIG_PUBLIC_ITEM_TARGET_USER_ALL  "all"
95    
96    #define XNP_CONFIG_REPOSITORY_NIJC_CODE  "repository_nijc_code"
97    
98  #define XNP_PRIVATE_INDEX_TITLE "Private"  #define XNP_PRIVATE_INDEX_TITLE "Private"
99    
100  typedef enum {  typedef enum {
# Line 194  EXPORTDLL void freeItemID( const itemid_ Line 196  EXPORTDLL void freeItemID( const itemid_
196  EXPORTDLL void freeIndex( const index_t* ptr );  EXPORTDLL void freeIndex( const index_t* ptr );
197  EXPORTDLL void freeIndexID( const indexid_t* ptr );  EXPORTDLL void freeIndexID( const indexid_t* ptr );
198  EXPORTDLL void freeString( char* ptr );  EXPORTDLL void freeString( char* ptr );
199    EXPORTDLL void freeStringArray( char** strs, int len );
200  EXPORTDLL void freeChangeLog( const changelog_t* ptr );  EXPORTDLL void freeChangeLog( const changelog_t* ptr );
201  EXPORTDLL void freePubmed( const pubmed_t* ptr );  EXPORTDLL void freePubmed( const pubmed_t* ptr );
202  EXPORTDLL void freeInt( const int* );  EXPORTDLL void freeInt( const int* );
# Line 223  EXPORTDLL result_t getEventsForRSS(sessi Line 226  EXPORTDLL result_t getEventsForRSS(sessi
226  EXPORTDLL bool isAdmin( userid_t );  EXPORTDLL bool isAdmin( userid_t );
227  EXPORTDLL result_t updateItemStatus();  EXPORTDLL result_t updateItemStatus();
228  EXPORTDLL result_t refreshItemStatus();  EXPORTDLL result_t refreshItemStatus();
229  EXPORTDLL result_t selectiveHarvesting( time_t from, time_t until, int startIID, int limit, itemid_t **iids, int *iidsLen );  EXPORTDLL result_t selectiveHarvesting( time_t from, time_t until, int startIID, int limit, char ***iids, int *iidsLen );
230  EXPORTDLL result_t getMetadataEvent( itemid_t iid, itemstatus_t *status );  EXPORTDLL result_t getMetadataEvent( itemid_t iid, itemstatus_t *status );
231    
232    

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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