]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Declare db_printable.
authorTed Lemon <source@isc.org>
Thu, 1 Jul 1999 19:54:42 +0000 (19:54 +0000)
committerTed Lemon <source@isc.org>
Thu, 1 Jul 1999 19:54:42 +0000 (19:54 +0000)
includes/dhcpd.h

index b390780cc881eb7cc54b2536cd7f0a3060c76e52..741b80f8f5640006a85a5dedac890476e37c5d25 100644 (file)
@@ -1365,6 +1365,7 @@ void client_location_changed PROTO ((void));
 
 /* db.c */
 int write_lease PROTO ((struct lease *));
+int db_printable PROTO ((char *));
 int write_billing_class PROTO ((struct class *));
 int commit_leases PROTO ((void));
 void db_startup PROTO ((void));