OpenDNSSEC-signer
2.1.6
|
#include "config.h"
#include "locks.h"
#include "daemon/engine.h"
#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <libxml/parser.h>
#include "parser/confparser.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[]) |
#define AUTHOR_NAME "Matthijs Mekking" |
OpenDNSSEC signer engine daemon.
Definition at line 43 of file ods-signerd.c.
#define COPYRIGHT_STR "Copyright (C) 2008-2010 NLnet Labs OpenDNSSEC" |
Definition at line 44 of file ods-signerd.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main. start engine and run it.
Definition at line 118 of file ods-signerd.c.