2 Copyright 1995-2010, The AROS Development Team. All rights reserved.
5 Desc: Internal data structures for battclock.resource and HIDD
9 #ifndef BATTCLOCK_INTERN_H
10 #define BATTCLOCK_INTERN_H
14 #include <exec/libraries.h>
16 struct BattclockInterface
18 time_t (*time
)(time_t *t
);
19 struct tm
*(*localtime
)(const time_t *timep
);
24 struct Library bb_LibNode
;
26 struct BattclockInterface
*SysIFace
;
29 #endif //BATTCLOCK_INTERN_H