djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Macros | Functions | Variables
walldns-conf.c File Reference
#include <unistd.h>
#include <pwd.h>
#include "logmsg.h"
#include "exit.h"
#include "auto_home.h"
#include "generic-conf.h"
Include dependency graph for walldns-conf.c:

Go to the source code of this file.

Macros

#define WHO   "walldns-conf"
 

Functions

void usage (void)
 
int main (int argc, char **argv)
 

Variables

char * dir
 
char * user
 
char * loguser
 
struct passwd * pw
 
char * myip
 

Macro Definition Documentation

◆ WHO

#define WHO   "walldns-conf"

Definition at line 8 of file walldns-conf.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 21 of file walldns-conf.c.

Here is the call graph for this function:

◆ usage()

void usage ( void  )

Definition at line 10 of file walldns-conf.c.

Here is the caller graph for this function:

Variable Documentation

◆ dir

char* dir

Definition at line 15 of file walldns-conf.c.

◆ loguser

char* loguser

Definition at line 17 of file walldns-conf.c.

◆ myip

char* myip

Definition at line 19 of file walldns-conf.c.

◆ pw

struct passwd* pw

Definition at line 18 of file walldns-conf.c.

◆ user

char* user

Definition at line 16 of file walldns-conf.c.