X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fmisc%2Fcbits%2FghcSockets.h;fp=ghc%2Flib%2Fmisc%2Fcbits%2FghcSockets.h;h=48654a25ed8e0def097495b95e067a2043236021;hb=b62b44e66c71b6cc602d3fff153c3001d8e4a91b;hp=5457aedffd0438686a6ea25af07e0a4805d0a587;hpb=9c7c5bf98cc0f7eb69888042798c53fb14646635;p=ghc-hetmet.git diff --git a/ghc/lib/misc/cbits/ghcSockets.h b/ghc/lib/misc/cbits/ghcSockets.h index 5457aed..48654a2 100644 --- a/ghc/lib/misc/cbits/ghcSockets.h +++ b/ghc/lib/misc/cbits/ghcSockets.h @@ -70,6 +70,12 @@ StgInt shutdownSocket PROTO((StgInt, StgInt)); /* readDescriptor.lc */ StgInt readDescriptor PROTO((StgInt, StgAddr, StgInt)); +/* recvFrom.c */ +StgInt recvFrom__ PROTO((StgInt, StgAddr, StgInt, StgAddr)); + +/* sendTo.c */ +StgInt sendTo__ PROTO((StgInt, StgAddr, StgInt, StgAddr, StgInt)); + /* writeDescriptor.lc */ StgInt writeDescriptor PROTO((StgInt, StgAddr, StgInt));