From f034d4af6612be9fc2b393855ec5ac95d548d5d8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Dec 1996 20:36:26 +0000 Subject: Eliminate SockWrite and SockPrintf. svn path=/trunk/; revision=649 --- socket.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'socket.h') diff --git a/socket.h b/socket.h index bdc58ca0..a69f36bc 100644 --- a/socket.h +++ b/socket.h @@ -21,13 +21,4 @@ returns 0 for success. */ int SockGets(char *buf, int len, FILE *sockfp); -/* Ship a character array to the socket */ -#define SockWrite(buf, len, sockfp) fwrite(buf, 1, len, sockfp) - -/* -Send formatted output to the socket, followed -by a CR-LF. Returns 0 for success. -*/ -#define SockPrintf fprintf - #endif /* SOCKET__ */ -- cgit v1.2.3