diff --git a/timev.h b/timev.h index 62ab4dfb94..9f8eb53e49 100644 --- a/timev.h +++ b/timev.h @@ -42,9 +42,9 @@ typedef unsigned LONG_LONG unsigned_time_t; /* 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); + 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); + const struct vtm *vtm, VALUE timev, int gmt); #endif #endif