OpenDNSSEC-enforcer 2.1.12
|
#include <stdio.h>
#include <getopt.h>
#include <string.h>
#include <syslog.h>
#include "config.h"
#include "kc_helper.h"
#include <libxml/parser.h>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | progname = NULL |
#define _GNU_SOURCE |
Definition at line 26 of file kaspcheck.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 64 of file kaspcheck.c.
References kc_helper_printto_stdout, progname, and StrStrdup().
const char* progname = NULL |
Definition at line 38 of file kaspcheck.c.
Referenced by main().