mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
Add prototypes for minires callouts to DHCP library.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user