OpenDNSSEC-enforcer  2.1.5
Macros | 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 "keystate/keystate_rollover_cmd.h"

Go to the source code of this file.

Macros

#define NARGV   6
 

Variables

struct cmd_func_block key_rollover_funcblock
 

Macro Definition Documentation

◆ NARGV

#define NARGV   6

Variable Documentation

◆ key_rollover_funcblock

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

Definition at line 254 of file keystate_rollover_cmd.c.