the cvs diff output was very close to the correct one, so I didn't
notice the problem.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.234 2000/10/16 21:14:29 mws Exp $ */
+/* $Id: zone.c,v 1.235 2000/10/16 22:26:25 mws Exp $ */
#include <config.h>
*/
struct dns_notify {
isc_int32_t magic;
-#ifndef NOMINUM_PUBLIC
unsigned int flags;
-#endif /* NOMINUM_PUBLIC */
isc_mem_t *mctx;
dns_zone_t *zone;
dns_adbfind_t *find;
notify->mctx = NULL;
isc_mem_attach(mctx, ¬ify->mctx);
-#ifndef NOMINUM_PUBLIC
notify->flags = flags;
-#endif /* NOMINUM_PUBLIC */
notify->zone = NULL;
notify->find = NULL;
notify->request = NULL;