aboutsummaryrefslogtreecommitdiff
path: root/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'response.h')
-rw-r--r--response.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/response.h b/response.h
index 206b1d4..14a4a1e 100644
--- a/response.h
+++ b/response.h
@@ -5,6 +5,8 @@
extern char response[];
extern unsigned int response_len;
+extern unsigned int max_response_len;
+extern unsigned int do_dnssec;
extern int response_query(const char *,const char *,const char *);
extern void response_nxdomain(void);