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.39 by tani, Tue Aug 23 07:33:31 2005 UTC revision 1.40 by aga4096, Mon Aug 29 02:05:34 2005 UTC
# Line 207  EXPORTDLL result_t insertEvent( sessioni Line 207  EXPORTDLL result_t insertEvent( sessioni
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

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