OpenDNSSEC-enforcer 2.1.13
Variables
policy_export_cmd.c File Reference
#include <getopt.h>
#include "daemon/engine.h"
#include "cmdhandler.h"
#include "daemon/enforcercommands.h"
#include "log.h"
#include "str.h"
#include "clientpipe.h"
#include "longgetopt.h"
#include "policy/policy_export.h"
#include "policy/policy_export_cmd.h"

Go to the source code of this file.

Variables

struct cmd_func_block policy_export_funcblock
 

Variable Documentation

◆ policy_export_funcblock

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

Definition at line 125 of file policy_export_cmd.c.