Browse CVS Repository
Diff of /xoonips/AL/commonal.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 207 |
EXPORTDLL result_t getEvents( sessionid_t sid, event_t** events, int* eventsLen, time_t startTime, time_t endTime ); |
EXPORTDLL result_t getEvents( sessionid_t sid, event_t** events, int* eventsLen, time_t startTime, time_t endTime ); |
| 208 |
EXPORTDLL result_t getEventsForRSS(sessionid_t sid, event_t** events, int* eventsLen, int max ); |
EXPORTDLL result_t getEventsForRSS(sessionid_t sid, event_t** events, int* eventsLen, int max ); |
| 209 |
EXPORTDLL bool isAdmin( userid_t ); |
EXPORTDLL bool isAdmin( userid_t ); |
| 210 |
|
EXPORTDLL result_t updateItemStatus(); |
| 211 |
|
EXPORTDLL result_t refreshItemStatus(); |
| 212 |
|
EXPORTDLL result_t selectiveHarvesting( time_t from, time_t until, int startIID, int limit, itemid_t **iids, int *iidsLen ); |
| 213 |
|
|
| 214 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.39 |
|
| changed lines |
| |
Added in v.1.40 |
|
|
| |