[project @ 1999-09-20 10:18:29 by simonmar]
[ghc-hetmet.git] / ghc / lib / misc / cbits / ghcSockets.h
index f2f636a..7b0efd6 100644 (file)
@@ -87,8 +87,8 @@ StgInt        recvFrom__ (StgInt, StgAddr, StgInt, StgAddr);
 StgInt sendTo__ (StgInt, StgAddr, StgInt, StgAddr, StgInt);
 
 /* socketOpt.c */
-StgInt getSocketOption__ (StgInt, StgInt);
-StgInt setSocketOption__ (StgInt, StgInt, StgInt);
+StgInt getSocketOption__ (StgInt, StgInt, StgInt);
+StgInt setSocketOption__ (StgInt, StgInt, StgInt, StgInt);
 
 /* writeDescriptor.lc */
 StgInt writeDescriptor (StgInt, StgAddr, StgInt);