src/server/daemon/protocol.h

changeset 415
d938228c382e
parent 235
4990147c58d0
child 432
7c9137f9e7f9
equal deleted inserted replaced
414:99a34860c105 415:d938228c382e
55 Request *rq, 55 Request *rq,
56 char **scheme, 56 char **scheme,
57 char **host, 57 char **host,
58 uint16_t *port); 58 uint16_t *port);
59 59
60 #define sbuf_write(out, buf, len) sbuf_append(out, sstrn(buf, len)) 60 #define sbuf_write(out, buf, len) sbuf_append(out, cx_strn(buf, len))
61 61
62 #ifdef __cplusplus 62 #ifdef __cplusplus
63 } 63 }
64 #endif 64 #endif
65 65

mercurial