/*
 * Copyright (c) 2004, 2005 Sendmail, Inc. and its suppliers.
 *      All rights reserved.
 *
 * By using this file, you agree to the terms and conditions set
 * forth in the LICENSE file which can be found at the top level of
 * the sendmail distribution.
 *
 *	$Id: dns.h,v 1.4 2005/11/29 00:14:15 ca Exp $
 */

#ifndef DNS_H
#define DNS_H 1

/* declare functions that are "local" to libdns */
sm_ret_T dns_tsk_del(dns_tsk_P _dns_tsk);

sm_ret_T dns_req_ins_wrql(dns_mgr_ctx_P _dns_mgr_ctx, dns_req_P _dns_req);

#endif /* DNS_H */


syntax highlighted by Code2HTML, v. 0.9.1