summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-03 18:10:45 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-03 18:10:45 +0000
commit8dab44642a9d815deeb8bc2999f6bf1ee85a4992 (patch)
tree7f9b7f1f407359cbfd8779850fc3e9212b7a213a /proto.h
parent84b2b14beadff5ecd6b639a44c9ae7c2f1664528 (diff)
downloadperl-8dab44642a9d815deeb8bc2999f6bf1ee85a4992.tar.gz
Oops. I *thought* that I had checked that all changed files were open.
Clearly not. (Fixes change 27066) p4raw-id: //depot/perl@27068
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 0e1e4fa63a..443303d40a 100644
--- a/proto.h
+++ b/proto.h
@@ -3185,14 +3185,14 @@ STATIC void S_my_exit_jump(pTHX)
__attribute__noreturn__;
STATIC void S_nuke_stacks(pTHX);
-STATIC void S_open_script(pTHX_ const char *scriptname, bool dosearch, SV *sv)
+STATIC int S_open_script(pTHX_ const char *scriptname, bool dosearch, SV *sv)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_3);
STATIC void S_usage(pTHX_ const char *name)
__attribute__nonnull__(pTHX_1);
-STATIC void S_validate_suid(pTHX_ const char *validarg, const char *scriptname)
+STATIC void S_validate_suid(pTHX_ const char *validarg, const char *scriptname, int fdscript)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);