summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-22 21:56:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-22 21:56:02 +0000
commit9d44748a0f52a5e96caf806267c5b6169b61e461 (patch)
tree9186821a63c56709b66539f5c2ec31606eddada8 /proto.h
parent76c6a4686250b587eb3b7bb07fd68983ded85533 (diff)
downloadperl-9d44748a0f52a5e96caf806267c5b6169b61e461.tar.gz
More SOCKS versus 64-bit patches from Jens Hamisch.
p4raw-id: //depot/perl@7818
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 664336b6e7..bec0bf530d 100644
--- a/proto.h
+++ b/proto.h
@@ -248,13 +248,16 @@ PERL_CALLCONV UV Perl_do_vecget(pTHX_ SV* sv, I32 offset, I32 size);
PERL_CALLCONV void Perl_do_vecset(pTHX_ SV* sv);
PERL_CALLCONV void Perl_do_vop(pTHX_ I32 optype, SV* sv, SV* left, SV* right);
#if defined(SOCKS_64BIT_BUG)
-STATIC S64_IOB* S_s64_get_buffer(pTHX_ PerlIO* fp);
PERL_CALLCONV Off_t Perl_do_s64_tell(PerlIO* fp);
PERL_CALLCONV SSize_t Perl_do_s64_fread(void *buf, SSize_t count, PerlIO* fp);
PERL_CALLCONV int Perl_do_s64_getc(PerlIO* fp);
PERL_CALLCONV int Perl_do_s64_seek(PerlIO* fp, Off_t pos, int whence);
PERL_CALLCONV int Perl_do_s64_ungetc(int ch, PerlIO* fp);
PERL_CALLCONV void Perl_do_s64_delete_buffer(PerlIO* fp);
+PERL_CALLCONV void Perl_do_s64_init_buffer(void);
+STATIC S64_IOB * S_s64_get_buffer(pTHX_ PerlIO *f);
+STATIC S64_IOB * S_s64_create_buffer(pTHX_ PerlIO *f);
+STATIC int S_s64_malloc(pTHX_ S64_IOB *ptr);
#endif
PERL_CALLCONV OP* Perl_dofile(pTHX_ OP* term);
PERL_CALLCONV I32 Perl_dowantarray(pTHX);