2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Add quotify prototypes.

This commit is contained in:
Ted Lemon
2001-03-15 23:17:48 +00:00
parent 0efc1180e9
commit d73c240408

View File

@@ -1432,6 +1432,8 @@ int dns_zone_reference PROTO ((struct dns_zone **,
struct dns_zone *, const char *, int));
/* print.c */
char *quotify_string (const char *, const char *, int);
char *quotify_buf (const unsigned char *, unsigned, const char *, int);
char *print_hw_addr PROTO ((int, int, unsigned char *));
void print_lease PROTO ((struct lease *));
void dump_raw PROTO ((const unsigned char *, unsigned));