From: Ted Lemon Date: Thu, 3 Feb 2000 04:44:26 +0000 (+0000) Subject: Update res_update prototype. X-Git-Tag: V3-BETA-2-PATCH-1~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8570c89b84a1721e7822217cf6fd46f4f75fd8d3;p=thirdparty%2Fdhcp.git Update res_update prototype. --- diff --git a/includes/minires/minires.h b/includes/minires/minires.h index 22e575338..848822276 100644 --- a/includes/minires/minires.h +++ b/includes/minires/minires.h @@ -32,7 +32,7 @@ ns_updrec *minires_mkupdrec (int, const char *, unsigned int, unsigned int, unsigned long); void minires_freeupdrec (ns_updrec *); int minires_nmkupdate (res_state, ns_updrec *, unsigned char *, unsigned); -int minires_nupdate (res_state, ns_updrec *, ns_tsig_key *); +ns_rcode minires_nupdate (res_state, ns_updrec *, ns_tsig_key *); int minires_ninit (res_state); #if defined (MINIRES_LIB)