summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/nslookup/res.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/nslookup/res.h')
-rw-r--r--contrib/bind/bin/nslookup/res.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/bind/bin/nslookup/res.h b/contrib/bind/bin/nslookup/res.h
index cffbe3c..5ffd6ce 100644
--- a/contrib/bind/bin/nslookup/res.h
+++ b/contrib/bind/bin/nslookup/res.h
@@ -55,7 +55,7 @@
/*
* @(#)res.h 5.10 (Berkeley) 6/1/90
- * $Id: res.h,v 8.4 1996/12/04 09:38:59 vixie Exp $
+ * $Id: res.h,v 8.5 1998/09/16 17:03:17 vixie Exp $
*/
/*
@@ -156,6 +156,11 @@ extern FILE *filePtr;
extern unsigned short nsport;
/*
+ * Our resolver context.
+ */
+extern struct __res_state res;
+
+/*
* External routines:
*/
OpenPOWER on IntegriCloud