|
OpenDNSSEC-libhsm
2.1.3
|
#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_t * | parse_conf_repositories (const char *cfgfile) |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | optarg |
| char * | progname = NULL |
| unsigned int | verbose = 0 |
| hsm_ctx_t * | ctx = NULL |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| hsm_repository_t* parse_conf_repositories | ( | const char * | cfgfile | ) |
Parse the repositories.
Definition at line 51 of file confparser.c.
| hsm_ctx_t* ctx = NULL |
Definition at line 46 of file hsmutil.c.
Referenced by hsm_check_context(), hsm_get_error(), and main().
| char* optarg |
Referenced by main().
1.8.13