diff src/readsock.h @ 10:26e34ae9a3e3

changed indention and line wrapping to a more consistent style
author meillo@marmaro.de
date Mon, 27 Oct 2008 16:23:10 +0100
parents 08114f7dcc23
children
line wrap: on
line diff
--- a/src/readsock.h	Mon Oct 27 16:21:27 2008 +0100
+++ b/src/readsock.h	Mon Oct 27 16:23:10 2008 +0100
@@ -20,5 +20,5 @@
 #define READSOCKL_CVT_CRLF 0x02
 
 
-int read_sockline(FILE *in, char *buf, int buf_len, int timeout, unsigned int flags);
-int read_sockline1(FILE *in, char **pbuf, int *size, int timeout, unsigned int flags);
+int read_sockline(FILE * in, char *buf, int buf_len, int timeout, unsigned int flags);
+int read_sockline1(FILE * in, char **pbuf, int *size, int timeout, unsigned int flags);