added _kern_get_tzfilename

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-11-23 00:06:49 +00:00
parent 50f370818a
commit 6f8c05c381

View File

@ -185,7 +185,8 @@ extern status_t _kern_stop_watching(dev_t device, ino_t node, uint32 flags,
// time functions
extern status_t _kern_set_real_time_clock(uint32 time);
extern status_t _kern_set_tzspecs(int32 timezone_offset, bool dst_observed);
extern status_t _kern_set_tzfilename(const char *filename, size_t length, bool isGMT);
extern status_t _kern_set_tzfilename(const char *filename, size_t length, bool is_gmt);
extern status_t _kern_get_tzfilename(char *filename, size_t length, bool *is_gmt);
// area functions
area_id _kern_create_area(const char *name, void **address, uint32 addressSpec,