2003-02-07 10:31:28 +00:00
|
|
|
#include <time.h>
|
2004-04-20 10:23:57 +00:00
|
|
|
#include <stdbool.h>
|
2003-02-07 09:42:57 +00:00
|
|
|
|
|
|
|
/* struct tm defined */
|
2003-02-07 10:31:28 +00:00
|
|
|
struct tm *get_time(void);
|
2004-08-17 01:45:48 +00:00
|
|
|
int set_time(const struct tm *tm);
|
|
|
|
bool valid_time(const struct tm *tm);
|