#include "daemon/engine.h"
#include "cmdhandler.h"
#include "daemon/enforcercommands.h"
#include "log.h"
#include "str.h"
#include "clientpipe.h"
#include "enforcer/enforce_task.h"
#include "db/key_data.h"
#include "keystate/key_purge.h"
#include "keystate/key_purge_cmd.h"
#include <getopt.h>
Go to the source code of this file.
◆ MAX_ARGS
◆ key_purge_funcblock
struct cmd_func_block key_purge_funcblock |
Initial value:= {
"key purge", &usage, &help, NULL, &run
}
Definition at line 48 of file key_purge_cmd.c.