git_revision.h 338 B

123456789101112
  1. /* Copyright 2001-2004 Roger Dingledine.
  2. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  3. * Copyright (c) 2007-2017, The Tor Project, Inc. */
  4. /* See LICENSE for licensing information */
  5. #ifndef TOR_GIT_REVISION_H
  6. #define TOR_GIT_REVISION_H
  7. extern const char tor_git_revision[];
  8. #endif /* !defined(TOR_GIT_REVISION_H) */