torversion.h (416B)
1 /* Copyright 2001-2004 Roger Dingledine. 2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. 3 * Copyright (c) 2007-2021, The Tor Project, Inc. */ 4 /* See LICENSE for licensing information */ 5 6 #ifndef TOR_VERSION_H 7 #define TOR_VERSION_H 8 9 /** 10 * @file torversion.h 11 * @brief Header for version.c. 12 **/ 13 14 const char *get_version(void); 15 const char *get_short_version(void); 16 17 #endif /* !defined(TOR_VERSION_H) */