From 31fb120917c4f65d2069bd7d23b1876b523066fe Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Mon, 1 Dec 1997 04:01:57 +0000 Subject: Builds and passes all tests with gcc on Win32 - phew! p4raw-id: //depot/ansiperl@342 --- proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto.h') 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)); -- cgit v1.2.1