OpenDNSSEC-enforcer
2.0.4
|
#include <stdio.h>
#include <getopt.h>
#include <string.h>
#include <syslog.h>
#include "config.h"
#include "kaspcheck.h"
#include "kc_helper.h"
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <libxml/relaxng.h>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
#define | StrFree(ptr) {if(ptr != NULL) {free(ptr); (ptr) = NULL;}} |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | progname = NULL |
#define _GNU_SOURCE |
Definition at line 26 of file kaspcheck.c.
#define StrFree | ( | ptr | ) | {if(ptr != NULL) {free(ptr); (ptr) = NULL;}} |
Definition at line 45 of file kaspcheck.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 71 of file kaspcheck.c.
References kc_helper_printto_stdout, progname, and StrStrdup().
const char* progname = NULL |
Definition at line 43 of file kaspcheck.c.
Referenced by main().