|
OpenDNSSEC-signer
1.4.9
|
#include "config.h"#include "parser/confparser.h"#include "shared/log.h"#include <errno.h>#include <getopt.h>#include <fcntl.h>#include <stdio.h>#include <string.h>#include <strings.h>#include <sys/select.h>#include <sys/socket.h>#include <sys/un.h>#include <unistd.h>#include <sys/types.h>#include <sys/time.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main. start interface tool.
Definition at line 89 of file ods-getconf.c.
References parse_conf_string().
1.8.11