OpenDNSSEC-enforcer  2.1.3
Macros | Variables
keystate_export_cmd.c File Reference
#include "config.h"
#include <getopt.h>
#include "cmdhandler.h"
#include "daemon/enforcercommands.h"
#include "daemon/engine.h"
#include "file.h"
#include "log.h"
#include "str.h"
#include "clientpipe.h"
#include "duration.h"
#include "libhsm.h"
#include "libhsmdns.h"
#include "db/key_data.h"
#include "db/db_error.h"
#include "keystate/keystate_export_cmd.h"
#include "keystate/keystate_list_cmd.h"

Go to the source code of this file.

Macros

#define NARGV   11
 

Variables

struct cmd_func_block key_export_funcblock
 

Macro Definition Documentation

◆ NARGV

#define NARGV   11

Variable Documentation

◆ key_export_funcblock

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

Definition at line 382 of file keystate_export_cmd.c.