Remove unused function: dns_randfn_() in dns.c.
[tor.git] / src / lib / wallclock / tor_gettimeofday.h
blobc7fff9747ab67b97b1de646ceb195c0cef817ec6
1 /* Copyright (c) 2003-2004, Roger Dingledine
2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3 * Copyright (c) 2007-2019, The Tor Project, Inc. */
4 /* See LICENSE for licensing information */
6 /**
7 * \file tor_gettimeofday.h
8 * \brief Header for tor_gettimeofday.c
9 **/
11 #ifndef TOR_GETTIMEOFDAY_H
12 #define TOR_GETTIMEOFDAY_H
14 #include "lib/testsupport/testsupport.h"
16 struct timeval;
18 MOCK_DECL(void, tor_gettimeofday, (struct timeval *timeval));
20 #endif