tor

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

commit 7798c53c989408c64a6d43175e84dbc4bfa137f5
parent 18f1624bbef19c89be1b116b950134c0b808d4fc
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  9 Oct 2019 10:21:15 -0400

tor-coccinelle.h: add MOCK_DECL

Diffstat:
Mscripts/coccinelle/tor-coccinelle.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h @@ -17,6 +17,7 @@ * syntactically valid C. */ +#define MOCK_DECL(a, b, c) a b c #define MOCK_IMPL(a, b, c) a b c #define CHECK_PRINTF(a, b) #define STATIC static