From: Ted Lemon Date: Thu, 15 Mar 2001 23:17:48 +0000 (+0000) Subject: Add quotify prototypes. X-Git-Tag: V3-BETA-2-PATCH-19~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d73c240408721c5d071fffe61797c93d4ab18483;p=thirdparty%2Fdhcp.git Add quotify prototypes. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index f05046c51..6e4de8305 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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));