/* * pwnkit_cve_2021_4034 — SKELETONKEY module registry hook */ #ifndef PWNKIT_SKELETONKEY_MODULES_H #define PWNKIT_SKELETONKEY_MODULES_H #include "../../core/module.h" extern const struct skeletonkey_module pwnkit_module; #endif