Merge branch 'maint-0.4.5' into release-0.4.5
[tor.git] / src / lib / version / torversion.h
blob679df74381886de514a0add595a22c49a73eca0b
1 /* Copyright 2001-2004 Roger Dingledine.
2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3 * Copyright (c) 2007-2020, The Tor Project, Inc. */
4 /* See LICENSE for licensing information */
6 #ifndef TOR_VERSION_H
7 #define TOR_VERSION_H
9 /**
10 * @file torversion.h
11 * @brief Header for version.c.
12 **/
14 const char *get_version(void);
15 const char *get_short_version(void);
17 #endif /* !defined(TOR_VERSION_H) */