X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=cbits%2Fhelper_apr_time.c;fp=cbits%2Fhelper_apr_time.c;h=54e0f3748cdd06dd910152935ccdf756e9d4e861;hp=9c22ba6f5167c9c987fb0206924e579c8220f132;hb=9c3793dc239ea1995755f391f1be3dccb3b75d99;hpb=f867c5a13a51fda7bf54c9d4eb2b259bce8e071a diff --git a/cbits/helper_apr_time.c b/cbits/helper_apr_time.c index 9c22ba6..54e0f37 100644 --- a/cbits/helper_apr_time.c +++ b/cbits/helper_apr_time.c @@ -1,6 +1,14 @@ #include #include +const char (*array_apr_month_snames(void))[12][4] { + return &apr_month_snames; +} + +const char (*array_apr_day_snames(void))[7][4] { + return &apr_day_snames; +} + BC_INLINE1(apr_time_sec , apr_time_t, apr_time_t) BC_INLINE1(apr_time_usec, apr_time_t, apr_time_t) BC_INLINE1(apr_time_msec, apr_time_t, apr_time_t)