Mercurial > masqmail-0.2
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:31cc8a89cb74 | 10:26e34ae9a3e3 |
---|---|
18 | 18 |
19 #define READSOCKL_CHUG 0x01 | 19 #define READSOCKL_CHUG 0x01 |
20 #define READSOCKL_CVT_CRLF 0x02 | 20 #define READSOCKL_CVT_CRLF 0x02 |
21 | 21 |
22 | 22 |
23 int read_sockline(FILE *in, char *buf, int buf_len, int timeout, unsigned int flags); | 23 int read_sockline(FILE * in, char *buf, int buf_len, int timeout, unsigned int flags); |
24 int read_sockline1(FILE *in, char **pbuf, int *size, int timeout, unsigned int flags); | 24 int read_sockline1(FILE * in, char **pbuf, int *size, int timeout, unsigned int flags); |