summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2001-11-07 23:23:39 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-08 14:14:40 +0000
commita11ec5a9742ba7c7b0571f3f33d5d0663ab1f98e (patch)
tree80618e71b018cc62e892c2dc2cc0a52ee2341202 /proto.h
parent35c336e69f1f9c585a41a86f5e2726ef276d4152 (diff)
downloadperl-a11ec5a9742ba7c7b0571f3f33d5d0663ab1f98e.tar.gz
-s on #! line
Message-ID: <20011107222339.E729@rafael> p4raw-id: //depot/perl@12900
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 27872ca980..80b2c2ce0c 100644
--- a/proto.h
+++ b/proto.h
@@ -316,6 +316,7 @@ PERL_CALLCONV void Perl_hv_undef(pTHX_ HV* tb);
PERL_CALLCONV I32 Perl_ibcmp(pTHX_ const char* a, const char* b, I32 len);
PERL_CALLCONV I32 Perl_ibcmp_locale(pTHX_ const char* a, const char* b, I32 len);
PERL_CALLCONV bool Perl_ingroup(pTHX_ Gid_t testgid, Uid_t effective);
+PERL_CALLCONV void Perl_init_argv_symbols(pTHX_ int, char **);
PERL_CALLCONV void Perl_init_debugger(pTHX);
PERL_CALLCONV void Perl_init_stacks(pTHX);
PERL_CALLCONV void Perl_init_tm(pTHX_ struct tm *ptm);