]> git.sur5r.net Git - openldap/commitdiff
if WIN32, add starttime
authorGary Williams <gwilliams@openldap.org>
Wed, 14 Apr 1999 14:12:49 +0000 (14:12 +0000)
committerGary Williams <gwilliams@openldap.org>
Wed, 14 Apr 1999 14:12:49 +0000 (14:12 +0000)
servers/slapd/tools/mimic.c

index ef2b1b21c0963c939798a30d579eebed2ec0df07..d84e8e5bd5be30f1da6dc8a84b8e66c32a89e965 100644 (file)
@@ -8,6 +8,10 @@
 
 #include "../slap.h"
 
+#ifdef WIN32
+time_t starttime;
+#endif
+
 /* bogus ../results.c */
 int str2result(
        char* s,
@@ -16,6 +20,7 @@ int str2result(
        char **info )
 {
        assert(0);
+    return 0;
 }
 
 void