/* * cmd_honeypot.h * Honeypot module public API. * Compiled as empty when CONFIG_MODULE_HONEYPOT is not set. */ #pragma once void mod_honeypot_register_commands(void);