[project @ 1998-08-14 10:17:35 by sof]
[ghc-hetmet.git] / ghc / lib / misc / cbits / ghcSockets.h
index 48654a2..b3a270d 100644 (file)
@@ -76,6 +76,10 @@ StgInt       recvFrom__ PROTO((StgInt, StgAddr, StgInt, StgAddr));
 /* sendTo.c */
 StgInt sendTo__ PROTO((StgInt, StgAddr, StgInt, StgAddr, StgInt));
 
+/* socketOpt.c */
+StgInt getSocketOption__ PROTO((StgInt, StgInt));
+StgInt setSocketOption__ PROTO((StgInt, StgInt, StgInt));
+
 /* writeDescriptor.lc */
 StgInt writeDescriptor PROTO((StgInt, StgAddr, StgInt));