We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruby_reset_timezone
1 parent fbc5bb9 commit 6a1f5b6Copy full SHA for 6a1f5b6
1 file changed
internal/time.h
@@ -28,7 +28,8 @@ struct timeval rb_time_timeval(VALUE);
28
RUBY_SYMBOL_EXPORT_BEGIN
29
/* time.c (export) */
30
void ruby_reset_leap_second_info(void);
31
-void ruby_reset_timezone(const char *);
32
RUBY_SYMBOL_EXPORT_END
33
+void ruby_reset_timezone(const char *);
34
+
35
#endif /* INTERNAL_TIME_H */
0 commit comments