diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-29 22:25:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-29 22:25:31 +0000 |
commit | 7fbd2975326eb5d2816a303b621942a72b5d57ca (patch) | |
tree | 4c71039adc3d62cda441915aa4c678d5ea659d4b /src/common/log.h | |
parent | aff512268563c7c9b0d675a85c7c03bb3ca628ad (diff) | |
download | tor-7fbd2975326eb5d2816a303b621942a72b5d57ca.tar.gz tor-7fbd2975326eb5d2816a303b621942a72b5d57ca.zip |
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
svn:r3019
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/log.h b/src/common/log.h index 07e865e689..6ee13cbfda 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -9,11 +9,7 @@ **/ #ifndef __LOG_H - -/** - * \file log.h - * \brief Headers for log.c - */ +#define LOG_H_ID "$Id$" #include "../common/compat.h" |