#include <getopt.h>
#include "config.h"
#include "file.h"
#include "duration.h"
#include "log.h"
#include "str.h"
#include "cmdhandler.h"
#include "daemon/enforcercommands.h"
#include "daemon/engine.h"
#include "clientpipe.h"
#include "hsmkey/hsm_key_factory.h"
#include "daemon/time_leap_cmd.h"
Go to the source code of this file.
◆ MAX_ARGS
◆ time_leap_funcblock
struct cmd_func_block time_leap_funcblock |
Initial value:= {
"time leap", &usage, &help, NULL, &run
}
Definition at line 209 of file time_leap_cmd.c.