masqmail-0.2

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 diff
     1.1 --- a/src/readsock.h	Mon Oct 27 16:21:27 2008 +0100
     1.2 +++ b/src/readsock.h	Mon Oct 27 16:23:10 2008 +0100
     1.3 @@ -20,5 +20,5 @@
     1.4  #define READSOCKL_CVT_CRLF 0x02
     1.5  
     1.6  
     1.7 -int read_sockline(FILE *in, char *buf, int buf_len, int timeout, unsigned int flags);
     1.8 -int read_sockline1(FILE *in, char **pbuf, int *size, int timeout, unsigned int flags);
     1.9 +int read_sockline(FILE * in, char *buf, int buf_len, int timeout, unsigned int flags);
    1.10 +int read_sockline1(FILE * in, char **pbuf, int *size, int timeout, unsigned int flags);