diff options
Diffstat (limited to 'dyndhcpd.h')
-rw-r--r-- | dyndhcpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ #include "config.h" #include "version.h" +#define PROGNAME "dyndhcpd" + struct address { struct in_addr i; char c[INET_ADDRSTRLEN]; |