From: Ted Lemon Date: Mon, 1 May 2000 23:42:49 +0000 (+0000) Subject: Add prototypes for minires callouts to DHCP library. X-Git-Tag: V3-BETA-2-PATCH-1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3160920d94ced54357797f77fa77c71a6c5de12;p=thirdparty%2Fdhcp.git Add prototypes for minires callouts to DHCP library. --- diff --git a/includes/minires/minires.h b/includes/minires/minires.h index 1b9e611ba..d254c0307 100644 --- a/includes/minires/minires.h +++ b/includes/minires/minires.h @@ -119,7 +119,7 @@ u_int32_t ns_datetosecs (const char *cp, int *errp); int b64_pton (char const *, unsigned char *, size_t); unsigned int res_randomid (void); int res_findzonecut (res_state, const char *, ns_class, int, - char *, size_t, struct in_addr *, int); + char *, size_t, struct in_addr *, int, void *); int res_nsend (res_state, unsigned char *, unsigned, unsigned char *, unsigned); int res_nsendsigned (res_state, unsigned char *, @@ -193,7 +193,10 @@ int ns_verify_tcp (unsigned char *, unsigned *, ns_tcp_tsig_state *, int); int b64_ntop (unsigned char const *, size_t, char *, size_t); int find_cached_zone (const char *, ns_class, - char *, size_t, struct in_addr *, int); + char *, size_t, struct in_addr *, int, void *); +int find_tsig_key (ns_tsig_key **, const char *, void *); +int forget_zone (void *); +int repudiate_zone (void *); #define DprintQ(a,b,c,d) #define Dprint(a,b)