OpenDNSSEC-enforcer 2.1.13
Variables
keystate_rollover_cmd.c File Reference
#include "config.h"
#include <getopt.h>
#include "cmdhandler.h"
#include "daemon/enforcercommands.h"
#include "daemon/engine.h"
#include "str.h"
#include "enforcer/enforce_task.h"
#include "clientpipe.h"
#include "db/zone_db.h"
#include "log.h"
#include "file.h"
#include "longgetopt.h"
#include "keystate/keystate_rollover_cmd.h"

Go to the source code of this file.

Variables

struct cmd_func_block key_rollover_funcblock
 

Variable Documentation

◆ key_rollover_funcblock

struct cmd_func_block key_rollover_funcblock
Initial value:
= {
"key rollover", &usage, &help, NULL, NULL, &run, NULL
}

Definition at line 236 of file keystate_rollover_cmd.c.