diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-01 04:01:57 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-01 04:01:57 +0000 |
commit | 31fb120917c4f65d2069bd7d23b1876b523066fe (patch) | |
tree | ed319969aa1ff19d40a9be89a87a5129336cf174 /proto.h | |
parent | 22239a37ce131e4f5341aee571f08aced283e16a (diff) | |
download | perl-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)); |