summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-25 10:25:00 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-25 10:25:00 +0000
commit327c366704cde8b5db1271437c24407685d88228 (patch)
tree6cf396353f712e79faea59cc39239aa5c44c5376 /proto.h
parent5ff3f7a4e03a6b103d9e628865398e498e9a7968 (diff)
downloadperl-327c366704cde8b5db1271437c24407685d88228.tar.gz
update template config.sh, add new config vars to win32 stuff
p4raw-id: //depot/perl@1890
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 e15b405daa..90d1c1c73f 100644
--- a/proto.h
+++ b/proto.h
@@ -832,6 +832,7 @@ void nuke_stacks _((void));
void open_script _((char *, bool, SV *, int *fd));
void usage _((char *));
void validate_suid _((char *, char*, int));
+int emulate_eaccess _((const char* path, int mode));
regnode *reg _((I32, I32 *));
regnode *reganode _((U8, U32));