From: Ted Lemon Date: Thu, 1 Jul 1999 19:54:42 +0000 (+0000) Subject: Declare db_printable. X-Git-Tag: V3-BETA-1-PATCH-0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b036baa3d49c7d954432b9537d8fee3ba71de236;p=thirdparty%2Fdhcp.git Declare db_printable. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index b390780cc..741b80f8f 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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));