Tor
0.4.7.0-alpha-dev
lib
version
torversion.h
Go to the documentation of this file.
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) */
get_short_version
const char * get_short_version(void)
Definition:
version.c:56
get_version
const char * get_version(void)
Definition:
version.c:38
Generated by
1.9.1