* added missing 'void' to make the get_timezone_offset() declaration a proper
prototype and not just a forward git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37910 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -31,7 +31,7 @@ bigtime_t rtc_boot_time(void);
|
||||
uint32 rtc_tm_to_secs(const struct tm *t);
|
||||
void rtc_secs_to_tm(uint32 seconds, struct tm *t);
|
||||
|
||||
uint32 get_timezone_offset();
|
||||
uint32 get_timezone_offset(void);
|
||||
|
||||
bigtime_t _user_system_time(void);
|
||||
status_t _user_set_real_time_clock(uint32 time);
|
||||
|
||||
Reference in New Issue
Block a user