diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 10:25:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 10:25:00 +0000 |
commit | 327c366704cde8b5db1271437c24407685d88228 (patch) | |
tree | 6cf396353f712e79faea59cc39239aa5c44c5376 /proto.h | |
parent | 5ff3f7a4e03a6b103d9e628865398e498e9a7968 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |