diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2023-10-20 06:45:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2023-10-20 06:45:34 (GMT) |
commit | 0140499d4340c074b039194a2e71808d909d8cbd (patch) | |
tree | 0b8b16353b5a835245bce55393f206b8e6383dc2 /plugins/apihashing/python/classics | |
parent | e42109df9964b153a80ec65a5f1badc02bfb8fa6 (diff) |
Include sll1-add-hash32 as new custom API hash.
Diffstat (limited to 'plugins/apihashing/python/classics')
-rw-r--r-- | plugins/apihashing/python/classics/module.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/apihashing/python/classics/module.h b/plugins/apihashing/python/classics/module.h index ee0e098..10c817d 100644 --- a/plugins/apihashing/python/classics/module.h +++ b/plugins/apihashing/python/classics/module.h @@ -22,8 +22,8 @@ */ -#ifndef _PLUGINS_ENCODINGS_PYTHON_ROST_MODULE_H -#define _PLUGINS_ENCODINGS_PYTHON_ROST_MODULE_H +#ifndef _PLUGINS_APIHASHING_PYTHON_CLASSICS_MODULE_H +#define _PLUGINS_APIHASHING_PYTHON_CLASSICS_MODULE_H #include <stdbool.h> @@ -35,4 +35,4 @@ bool register_apihashing_classics_modifiers(void); -#endif /* _PLUGINS_ENCODINGS_PYTHON_ROST_MODULE_H */ +#endif /* _PLUGINS_APIHASHING_PYTHON_CLASSICS_MODULE_H */ |