diff options
Diffstat (limited to 'enforcer/security/security_enforcer.h')
| -rw-r--r-- | enforcer/security/security_enforcer.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/enforcer/security/security_enforcer.h b/enforcer/security/security_enforcer.h deleted file mode 100644 index 43f0f67..0000000 --- a/enforcer/security/security_enforcer.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#ifdef __cplusplus -extern "C" -{ -#endif - -#define SECUIRTY_ENFORCER_MODULE_NAME "security_enforcer_module" -struct security_enforcer; -struct security_enforcer *security_enforcer_module_to_enforcer(struct module *mod); - - -#ifdef __cplusplus -} -#endif
\ No newline at end of file |
