diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 19:00:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 19:00:05 +0000 |
commit | b68379b13b9169cf3542d678da6c1c2b4258c49e (patch) | |
tree | 4b2dd4aebe8d834486fb86d5a0853db60337c7d4 /src/common/test.h | |
parent | e5100bc6b5d3d7b004a66358bdf66ae8d3b00084 (diff) | |
download | tor-b68379b13b9169cf3542d678da6c1c2b4258c49e.tar.gz tor-b68379b13b9169cf3542d678da6c1c2b4258c49e.zip |
Add DOCDOC entries for undocumented static and global variables.
svn:r17739
Diffstat (limited to 'src/common/test.h')
-rw-r--r-- | src/common/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/test.h b/src/common/test.h index b5d12ac407..c7af49cbbe 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -21,6 +21,7 @@ #define PRETTY_FUNCTION "" #endif +/* DOCDOC have_failed */ extern int have_failed; #define test_fail_msg(msg) \ |