src/server/test/testutils.h

branch
webdav
changeset 251
f727a21497bb
parent 233
c5985d2fc19a
child 415
d938228c382e
equal deleted inserted replaced
250:f4d93355b054 251:f727a21497bb
38 #ifdef __cplusplus 38 #ifdef __cplusplus
39 extern "C" { 39 extern "C" {
40 #endif 40 #endif
41 41
42 typedef struct TestIOStream { 42 typedef struct TestIOStream {
43 IOStream io; 43 HttpStream io;
44 UcxBuffer *buf; 44 UcxBuffer *buf;
45 } TestIOStream; 45 } TestIOStream;
46 46
47 Session* testutil_session(void); 47 Session* testutil_session(void);
48 48

mercurial