OpenDNSSEC-libhsm 2.1.13
hsmutil.c File Reference
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <syslog.h>
#include <unistd.h>
#include "libhsm.h"
#include "hsmtest.h"
#include <libhsmdns.h>

Go to the source code of this file.

Functions

hsm_repository_tparse_conf_repositories (const char *cfgfile)
int main (int argc, char *argv[])

Variables

char * optarg
char * progname = NULL
unsigned int verbose = 0
hsm_ctx_tctx = NULL

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

◆ parse_conf_repositories()

hsm_repository_t * parse_conf_repositories ( const char * cfgfile)
extern

Parse the repositories.

Definition at line 51 of file confparser.c.

References hsm_repository_new(), and hsm_repository_struct::next.

Referenced by main().

Variable Documentation

◆ ctx

◆ optarg

char* optarg
extern

◆ progname

char* progname = NULL

Definition at line 44 of file hsmutil.c.

◆ verbose

unsigned int verbose = 0

Definition at line 45 of file hsmutil.c.

Referenced by main().