test/main.c

changeset 692
56b66fe2b4f5
parent 687
9922a349a61a
child 747
efbd59642577
--- a/test/main.c	Thu Dec 05 10:46:39 2019 +0100
+++ b/test/main.c	Thu Dec 05 12:37:48 2019 +0100
@@ -34,6 +34,8 @@
 #include "base64.h"
 #include "crypto.h"
 
+int test_main(int argc, char **argv);
+
 #ifdef _WIN32
 int wmain(int argc, wchar_t **argv) {
     return test_main(1, "davtest");

mercurial