summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-19 00:54:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-19 00:54:54 +0000
commitb3c85772f7a16b79e679c78c9638a7afa4856432 (patch)
treeb6a7e16b673c4518a86a2fd1e9f5a4da514b4d2b /proto.h
parente72cf795050cdfe9905e00270c38ba2547626581 (diff)
downloadperl-b3c85772f7a16b79e679c78c9638a7afa4856432.tar.gz
Move the strftime() wrapper from POSIX.xs to util.c
as my_strftime(), requires HAS_STRFTIME. p4raw-id: //depot/perl@9746
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 644b6b9b03..63fc5187f2 100644
--- a/proto.h
+++ b/proto.h
@@ -505,6 +505,7 @@ PERL_CALLCONV PerlIO* Perl_my_popen_list(pTHX_ char* mode, int n, SV ** args);
#endif
PERL_CALLCONV void Perl_my_setenv(pTHX_ char* nam, char* val);
PERL_CALLCONV I32 Perl_my_stat(pTHX);
+PERL_CALLCONV char * Perl_my_strftime(pTHX_ char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst);
#if defined(MYSWAP)
PERL_CALLCONV short Perl_my_swap(pTHX_ short s);
PERL_CALLCONV long Perl_my_htonl(pTHX_ long l);