diff options
author | Taylor Yu <catalyst@torproject.org> | 2019-04-10 12:27:50 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2019-04-30 13:18:46 -0500 |
commit | 58ec88e8060508a253bbe8ba5c19b020a2629ea0 (patch) | |
tree | 9ad91a15d49d4a8a53d8142e92e3412f8ef5f1ee /scripts/coccinelle/tor-coccinelle.h | |
parent | 769eb07a7a3bd93091ca1677564d3de62e3c5c2c (diff) | |
download | tor-58ec88e8060508a253bbe8ba5c19b020a2629ea0.tar.gz tor-58ec88e8060508a253bbe8ba5c19b020a2629ea0.zip |
Coccinelle scripts for control.c refactor
Diffstat (limited to 'scripts/coccinelle/tor-coccinelle.h')
-rw-r--r-- | scripts/coccinelle/tor-coccinelle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h new file mode 100644 index 0000000000..8f625dcee4 --- /dev/null +++ b/scripts/coccinelle/tor-coccinelle.h @@ -0,0 +1,3 @@ +#define MOCK_IMPL(a, b, c) a b c +#define CHECK_PRINTF(a, b) +#define STATIC static |