summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-12-01 04:01:57 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-12-01 04:01:57 +0000
commit31fb120917c4f65d2069bd7d23b1876b523066fe (patch)
treeed319969aa1ff19d40a9be89a87a5129336cf174 /proto.h
parent22239a37ce131e4f5341aee571f08aced283e16a (diff)
downloadperl-31fb120917c4f65d2069bd7d23b1876b523066fe.tar.gz
Builds and passes all tests with gcc on Win32 - phew!
p4raw-id: //depot/ansiperl@342
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index fa551b9b0d..a454a51f1e 100644
--- a/proto.h
+++ b/proto.h
@@ -72,6 +72,8 @@ void cx_dump _((PERL_CONTEXT* cs));
SV* filter_add _((filter_t funcp, SV* datasv));
void filter_del _((filter_t funcp));
I32 filter_read _((int idx, SV* buffer, int maxlen));
+char ** get_op_descs _((void));
+char ** get_op_names _((void));
I32 cxinc _((void));
void deb _((const char* pat,...)) __attribute__((format(printf,1,2)));
void deb_growlevel _((void));