From 836bbce0c428581f40d13d8c3d27d1c7adc31ccb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Oct 1998 19:57:45 +0000 Subject: Jonathan T. Agnew's massive code cleanup. svn path=/trunk/; revision=2137 --- socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket.h') diff --git a/socket.h b/socket.h index 89907745..a9882ce1 100644 --- a/socket.h +++ b/socket.h @@ -38,7 +38,7 @@ Send formatted output to the socket (matches interface of fprintf). Returns number of bytes successfully written. */ #if defined(HAVE_STDARG_H) -int SockPrintf(int sock, char *format, ...) ; +int SockPrintf(int sock, const char *format, ...) ; #else int SockPrintf(); #endif -- cgit v1.2.3