OpenDNSSEC-enforcer  2.1.10
Macros | 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 "policy/policy_export.h"
#include "policy/policy_export_cmd.h"

Go to the source code of this file.

Macros

#define NARGV   4
 

Variables

struct cmd_func_block policy_export_funcblock
 

Macro Definition Documentation

◆ NARGV

#define NARGV   4

Variable Documentation

◆ policy_export_funcblock

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

Definition at line 64 of file policy_export_cmd.c.