13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
$OpenBSD: patch-socket_h,v 1.1 2004/01/05 00:08:35 espie Exp $
|
|
--- socket.h.orig 2004-01-05 01:05:36.000000000 +0100
|
|
+++ socket.h 2004-01-05 01:06:02.000000000 +0100
|
|
@@ -80,7 +80,7 @@ Send formatted output to the socket, fol
|
|
by a CR-LF.
|
|
Returns 0 for success.
|
|
*/
|
|
-int SockPrintf();
|
|
+int SockPrintf(int, char *, ...);
|
|
|
|
/*
|
|
Check socket for readability. return 0 for not readable,
|