Remove unused function: dns_randfn_() in dns.c.
[tor.git] / src / lib / thread / numcpus.h
blob3f0a29ce7c22d043bfe95117cc3d1e0a97d5feb5
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 numcpus.h
8 * \brief Header for numcpus.c
9 **/
11 #ifndef TOR_NUMCPUS_H
12 #define TOR_NUMCPUS_H
14 int compute_num_cpus(void);
16 #endif