From 3673babe2a47d43fce7e4472fe08917e68b88ff6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Jul 1998 14:20:54 +0000 Subject: SockClose() abstraction. svn path=/trunk/; revision=2021 --- socket.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'socket.h') diff --git a/socket.h b/socket.h index 7e8441a8..89907745 100644 --- a/socket.h +++ b/socket.h @@ -43,4 +43,10 @@ int SockPrintf(int sock, char *format, ...) ; int SockPrintf(); #endif +/* +Close a socket previously opened by SockOpen. This allows for some +additional clean-up if necessary. +*/ +int SockClose(int sock); + #endif /* SOCKET__ */ -- cgit v1.2.3