-/* $OpenBSD: clparse.c,v 1.67 2014/01/10 01:25:03 krw Exp $ */
+/* $OpenBSD: clparse.c,v 1.68 2014/01/12 04:17:36 krw Exp $ */
/* Parser for dhclient config and lease files. */
* | client-declaration
* | client-declarations client-declaration
*/
-int
+void
read_client_conf(void)
{
FILE *cfile;
token = next_token(NULL, cfile); /* Clear the peek buffer */
fclose(cfile);
}
-
- return (!warnings_occurred);
}
/*
-/* $OpenBSD: dhcpd.h,v 1.128 2013/12/30 03:36:17 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.129 2014/01/12 04:17:36 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
u_int32_t wrapsum(u_int32_t);
/* clparse.c */
-int read_client_conf(void);
+void read_client_conf(void);
void read_client_leases(void);
/* kroute.c */