aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/or_periodic.h
blob: 080573a838c554074f3cfa5f60c7527425218be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright (c) 2001 Matej Pfajfar.
 * Copyright (c) 2001-2004, Roger Dingledine.
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * @file or_periodic.h
 * @brief Header for core/or/or_periodic.c
 **/

#ifndef TOR_CORE_OR_OR_PERIODIC_H
#define TOR_CORE_OR_OR_PERIODIC_H

void or_register_periodic_events(void);

#endif /* !defined(TOR_CORE_OR_OR_PERIODIC_H) */