From d7278b5b329d42c7bd12e4618d0dc0664242e6c4 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 25 Sep 2018 13:42:02 +0000 Subject: Moved `struct vtm` stuff from internal.h to timev.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- timev.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'timev.h') diff --git a/timev.h b/timev.h index e1fc73c398..62ab4dfb94 100644 --- a/timev.h +++ b/timev.h @@ -39,4 +39,12 @@ typedef unsigned LONG_LONG unsigned_time_t; # error cannot find integer type which size is same as time_t. #endif +/* strftime.c */ +#ifdef RUBY_ENCODING_H +VALUE rb_strftime_timespec(const char *format, size_t format_len, rb_encoding *enc, + const struct vtm *vtm, struct timespec *ts, int gmt); +VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc, + const struct vtm *vtm, VALUE timev, int gmt); +#endif + #endif -- cgit v1.2.3