OpenDNSSEC-signer  2.0.4
Macros | Functions
ods-signerd.c File Reference
#include "config.h"
#include "daemon/engine.h"
#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <libxml/parser.h>

Go to the source code of this file.

Macros

#define AUTHOR_NAME   "Matthijs Mekking"
 
#define COPYRIGHT_STR   "Copyright (C) 2008-2010 NLnet Labs OpenDNSSEC"
 

Functions

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

Macro Definition Documentation

◆ AUTHOR_NAME

#define AUTHOR_NAME   "Matthijs Mekking"

OpenDNSSEC signer engine daemon.

Definition at line 41 of file ods-signerd.c.

◆ COPYRIGHT_STR

#define COPYRIGHT_STR   "Copyright (C) 2008-2010 NLnet Labs OpenDNSSEC"

Definition at line 42 of file ods-signerd.c.

Function Documentation

◆ main()

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

Main. start engine and run it.

Definition at line 112 of file ods-signerd.c.