summaryrefslogtreecommitdiff
path: root/internal/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/time.h')
-rw-r--r--internal/time.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/time.h b/internal/time.h
index ef3d64e967..1f3505f5bc 100644
--- a/internal/time.h
+++ b/internal/time.h
@@ -1,15 +1,14 @@
-#ifndef INTERNAL_TIME_H /* -*- C -*- */
+#ifndef INTERNAL_TIME_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_TIME_H
/**
- * @file
- * @brief Internal header for Time.
- * @author \@shyouhei
+ * @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
* modify this file, provided that the conditions mentioned in the
* file COPYING are met. Consult the file for details.
+ * @brief Internal header for Time.
*/
-#include "ruby/config.h" /* for SIGNEDNESS_OF_TIME_T */
+#include "ruby/internal/config.h" /* for SIGNEDNESS_OF_TIME_T */
#include "internal/bits.h" /* for SIGNED_INTEGER_MAX */
#include "ruby/ruby.h" /* for VALUE */
@@ -28,7 +27,8 @@ struct timeval rb_time_timeval(VALUE);
RUBY_SYMBOL_EXPORT_BEGIN
/* time.c (export) */
-void ruby_reset_leap_second_info(void);
RUBY_SYMBOL_EXPORT_END
+void ruby_reset_timezone(const char *);
+
#endif /* INTERNAL_TIME_H */