OpenDNSSEC-enforcer
2.0.2
|
#include "config.h"
#include "daemon/cmdhandler.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 "hsmkey/backup_hsmkeys_cmd.h"
Go to the source code of this file.
Macros | |
#define | NARGV 8 |
Enumerations | |
enum | { PREPARE, COMMIT, ROLLBACK, LIST } |
Functions | |
struct cmd_func_block * | backup_funcblock (void) |
#define NARGV 8 |
anonymous enum |
Enumerator | |
---|---|
PREPARE | |
COMMIT | |
ROLLBACK | |
LIST |
Definition at line 46 of file backup_hsmkeys_cmd.c.
struct cmd_func_block* backup_funcblock | ( | void | ) |
Definition at line 249 of file backup_hsmkeys_cmd.c.