aboutsummaryrefslogtreecommitdiff
path: root/src/lib/version/torversion.h
blob: 679df74381886de514a0add595a22c49a73eca0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 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 */

#ifndef TOR_VERSION_H
#define TOR_VERSION_H

/**
 * @file torversion.h
 * @brief Header for version.c.
 **/

const char *get_version(void);
const char *get_short_version(void);

#endif /* !defined(TOR_VERSION_H) */