djbdnscurve6 45
djbdnscurve6
|
#include <unistd.h>
#include <pwd.h>
#include "logmsg.h"
#include "exit.h"
#include "auto_home.h"
#include "generic-conf.h"
Go to the source code of this file.
Macros | |
#define | WHO "axfrdns-conf" |
Functions | |
void | usage (void) |
int | main (int argc, char **argv) |
Variables | |
char * | dir |
char * | user |
char * | loguser |
struct passwd * | pw |
char * | myip |
char * | tinydns |
#define WHO "axfrdns-conf" |
Definition at line 8 of file axfrdns-conf.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
void usage | ( | void | ) |
char* dir |
Definition at line 15 of file axfrdns-conf.c.
char* loguser |
Definition at line 17 of file axfrdns-conf.c.
char* myip |
Definition at line 19 of file axfrdns-conf.c.
struct passwd* pw |
Definition at line 18 of file axfrdns-conf.c.
char* tinydns |
Definition at line 20 of file axfrdns-conf.c.
char* user |
Definition at line 16 of file axfrdns-conf.c.