OpenDNSSEC-libhsm
2.1.7
|
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "libhsm.h"
#include <libhsmdns.h>
Go to the source code of this file.
Functions | |
hsm_repository_t * | parse_conf_repositories (const char *cfgfile) |
int | main (int argc, char *argv[]) |
Variables | |
char * | optarg |
char * | progname = NULL |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file hsmcheck.c.
hsm_repository_t* parse_conf_repositories | ( | const char * | cfgfile | ) |
Parse the repositories.
Definition at line 51 of file confparser.c.
char* optarg |
Referenced by main().
char* progname = NULL |
Definition at line 38 of file hsmcheck.c.
Referenced by main().