summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/irs/nis_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/lib/irs/nis_p.h')
-rw-r--r--contrib/bind/lib/irs/nis_p.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/bind/lib/irs/nis_p.h b/contrib/bind/lib/irs/nis_p.h
index 92d2647..d3dc126 100644
--- a/contrib/bind/lib/irs/nis_p.h
+++ b/contrib/bind/lib/irs/nis_p.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996 by Internet Software Consortium.
+ * Copyright (c) 1996,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -16,7 +16,7 @@
*/
/*
- * $Id: nis_p.h,v 1.4 1996/10/25 07:23:24 vixie Exp $
+ * $Id: nis_p.h,v 1.6 1999/01/08 19:25:03 vixie Exp $
*/
/*
@@ -27,7 +27,9 @@
* Object state.
*/
struct nis_p {
- char * domain;
+ char * domain;
+ struct __res_state * res;
+ void (*free_res) __P((void *));
};
OpenPOWER on IntegriCloud