tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

git_revision.h (443B)


      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_GIT_REVISION_H
      7 #define TOR_GIT_REVISION_H
      8 
      9 /**
     10 * @file git_revision.h
     11 * @brief Header for git_revision.c
     12 **/
     13 
     14 extern const char tor_git_revision[];
     15 extern const char tor_bug_suffix[];
     16 
     17 #endif /* !defined(TOR_GIT_REVISION_H) */