summaryrefslogtreecommitdiffstats
path: root/dyndhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dyndhcpd.h')
-rw-r--r--dyndhcpd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dyndhcpd.h b/dyndhcpd.h
index 75724e5..96a7cf3 100644
--- a/dyndhcpd.h
+++ b/dyndhcpd.h
@@ -24,6 +24,11 @@
#include "config.h"
#include "version.h"
+struct address {
+ struct in_addr i;
+ char c[INET_ADDRSTRLEN];
+};
+
/*** replace ***/
int replace(char ** config, size_t *length, const char ** tmp,
const char * template, const char * value);