* 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:
Oliver Tappe
2010-08-04 21:57:44 +00:00
parent 2be8427e01
commit 6bb7a098b7
+1 -1
View File
@@ -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);