tor-coccinelle.h: add MOCK_DECL

This commit is contained in:
Nick Mathewson
2019-10-09 10:21:15 -04:00
parent 18f1624bbe
commit 7798c53c98
+1
View File
@@ -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