OpenDNSSEC-signer
1.4.3
|
#include "config.h"
#include "daemon/engine.h"
#include <getopt.h>
#include <stdio.h>
#include <stdlib.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 42 of file ods-signerd.c.
#define COPYRIGHT_STR "Copyright (C) 2008-2010 NLnet Labs OpenDNSSEC" |
Definition at line 43 of file ods-signerd.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main. start engine and run it.
Definition at line 91 of file ods-signerd.c.
References engine_start().