summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-11-24 10:59:09 +0100
committerStefan Metzmacher <metze@samba.org>2009-11-24 11:49:03 +0100
commitbe90385a0b1f8a29c5d181d26c0844f314d04ea7 (patch)
treed5d0fecdbf27dd4945d97f504609d08391c66d88 /source3/torture/proto.h
parent0610f547aa5329b31f05408607d17dba68057b56 (diff)
downloadsamba-be90385a0b1f8a29c5d181d26c0844f314d04ea7.tar.gz
samba-be90385a0b1f8a29c5d181d26c0844f314d04ea7.tar.bz2
samba-be90385a0b1f8a29c5d181d26c0844f314d04ea7.zip
s3:torture: use timeval_current/timeval_elapsed instead of start_timer/end_timer
metze
Diffstat (limited to 'source3/torture/proto.h')
-rw-r--r--source3/torture/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h
index 353b98cff3..5d7504abfd 100644
--- a/source3/torture/proto.h
+++ b/source3/torture/proto.h
@@ -61,8 +61,6 @@ bool torture_nttrans_scan(int dummy);
/* The following definitions come from torture/torture.c */
-void start_timer(void);
-double end_timer(void);
void *shm_setup(int size);
bool smbcli_parse_unc(const char *unc_name, TALLOC_CTX *mem_ctx,
char **hostname, char **sharename);