summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-07-03 14:31:48 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-07-03 14:31:48 +0200
commita76cf581dde260fabd803465dc413648d419dcf7 (patch)
tree647042b497aa299bc88151dbcf3285b76e4b8b9b /dyndhcpd.h
parente030b496f5c1e99c1d3090aaadeb0ba9badafc49 (diff)
downloaddyndhcpd-a76cf581dde260fabd803465dc413648d419dcf7.tar.gz
dyndhcpd-a76cf581dde260fabd803465dc413648d419dcf7.tar.zst
add --version option
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];