summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dyndhcpd.h')
-rw-r--r--dyndhcpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dyndhcpd.h b/dyndhcpd.h
index 1f01abf..f26c6bf 100644
--- a/dyndhcpd.h
+++ b/dyndhcpd.h
@@ -24,6 +24,8 @@
#include "config.h"
#include "version.h"
+#define PROGNAME "dyndhcpd"
+
struct address {
struct in_addr i;
char c[INET_ADDRSTRLEN];