]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add quotify prototypes.
authorTed Lemon <source@isc.org>
Thu, 15 Mar 2001 23:17:48 +0000 (23:17 +0000)
committerTed Lemon <source@isc.org>
Thu, 15 Mar 2001 23:17:48 +0000 (23:17 +0000)
includes/dhcpd.h

index f05046c516f36528b8cbbb029f2bbe1f5d1346ac..6e4de83050353593f668ba3dd49977676f2e5239 100644 (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));