]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update res_update prototype.
authorTed Lemon <source@isc.org>
Thu, 3 Feb 2000 04:44:26 +0000 (04:44 +0000)
committerTed Lemon <source@isc.org>
Thu, 3 Feb 2000 04:44:26 +0000 (04:44 +0000)
includes/minires/minires.h

index 22e57533826b5d66dbaa2272d724ecc4b36eb04a..8488222761428fcf9a37593c35ed8ec2e94465ee 100644 (file)
@@ -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)