mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
if WIN32, add starttime
This commit is contained in:
parent
1a7acaa945
commit
c8f24043e5
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
#include "../slap.h"
|
#include "../slap.h"
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
time_t starttime;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* bogus ../results.c */
|
/* bogus ../results.c */
|
||||||
int str2result(
|
int str2result(
|
||||||
char* s,
|
char* s,
|
||||||
|
|
@ -16,6 +20,7 @@ int str2result(
|
||||||
char **info )
|
char **info )
|
||||||
{
|
{
|
||||||
assert(0);
|
assert(0);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue