summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/irs/lcl_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/lib/irs/lcl_p.h')
-rw-r--r--contrib/bind/lib/irs/lcl_p.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bind/lib/irs/lcl_p.h b/contrib/bind/lib/irs/lcl_p.h
index 058aeaa..b9e3b3e 100644
--- a/contrib/bind/lib/irs/lcl_p.h
+++ b/contrib/bind/lib/irs/lcl_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: lcl_p.h,v 1.5 1996/10/25 07:23:19 vixie Exp $
+ * $Id: lcl_p.h,v 1.7 1999/01/08 19:24:51 vixie Exp $
*/
/*
@@ -30,7 +30,8 @@
* Object state.
*/
struct lcl_p {
- void *placeholder;
+ struct __res_state * res;
+ void (*free_res) __P((void *));
};
/*
OpenPOWER on IntegriCloud