summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2000-12-11 23:16:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-13 16:16:01 +0000
commit0d44d22b67bd4c0096169c76ee8a062b1fac7be7 (patch)
treeaf96dbb1da757b93863038a1016136f450a5ee0b /proto.h
parent6aedb45f7510c7fe9bd4df13c9f227b8d013eac9 (diff)
downloadperl-0d44d22b67bd4c0096169c76ee8a062b1fac7be7.tar.gz
move startglob out of pp_hot.c
Message-ID: <20001211231638.A55550@plum.flirble.org> p4raw-id: //depot/perl@8097
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index ef1e8a5ac0..451c5b2e01 100644
--- a/proto.h
+++ b/proto.h
@@ -1268,6 +1268,10 @@ STATIC void S_xstat(pTHX_ int);
# endif
#endif
+#if defined(PERL_IN_DOIO_C) || defined(PERL_DECL_PROT)
+PERL_CALLCONV PerlIO* Perl_start_glob(pTHX_ SV* pattern, IO *io);
+#endif
+
#if defined(PERL_OBJECT)
};
#endif