| 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 { |
| 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* ); |
| 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 |
|
|