mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
ok, the prototypes really *do* agree totally now!
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dig.h,v 1.75 2001/10/04 06:56:37 halley Exp $ */
|
||||
/* $Id: dig.h,v 1.76 2001/10/04 07:02:28 halley Exp $ */
|
||||
|
||||
#ifndef DIG_H
|
||||
#define DIG_H
|
||||
@@ -189,7 +189,7 @@ void
|
||||
get_address(char *host, in_port_t port, isc_sockaddr_t *sockaddr);
|
||||
|
||||
isc_result_t
|
||||
get_reverse(char reverse[MXNAME], char *value, isc_boolean_t nibble,
|
||||
get_reverse(char *reverse, char *value, isc_boolean_t nibble,
|
||||
isc_boolean_t strict);
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user