OpenDNSSEC-enforcer
2.1.7
|
#include <getopt.h>
#include "config.h"
#include "cmdhandler.h"
#include "daemon/enforcercommands.h"
#include "daemon/engine.h"
#include "file.h"
#include "log.h"
#include "str.h"
#include "duration.h"
#include "clientpipe.h"
#include "libhsm.h"
#include "db/hsm_key.h"
#include "db/hsm_key_ext.h"
#include "hsmkey/backup_hsmkeys_cmd.h"
Go to the source code of this file.
Macros | |
#define | NARGV 4 |
Enumerations | |
enum | { PREPARE , COMMIT , ROLLBACK , LIST } |
Variables | |
struct cmd_func_block | backup_funcblock |
#define NARGV 4 |
anonymous enum |
Enumerator | |
---|---|
PREPARE | |
COMMIT | |
ROLLBACK | |
LIST |
Definition at line 49 of file backup_hsmkeys_cmd.c.
struct cmd_func_block backup_funcblock |
Definition at line 191 of file backup_hsmkeys_cmd.c.