src/server/test/testutils.h

branch
webdav
changeset 233
c5985d2fc19a
parent 232
499711b2a970
child 251
f727a21497bb
--- a/src/server/test/testutils.h	Sat Jan 18 13:48:59 2020 +0100
+++ b/src/server/test/testutils.h	Sat Jan 18 16:31:52 2020 +0100
@@ -48,6 +48,8 @@
 
 Request* testutil_request(pool_handle_t *pool, const char *method, const char *uri);
 
+Connection* testutil_dummy_connection(pool_handle_t *pool);
+
 void testutil_request_body(Session *sn, Request *rq, const char *body, size_t len);
 
 void testutil_destroy_session(Session *sn);

mercurial