X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/8698f99899c8fc9febde35e4d24a1b1c812b4a83..4cada237105de20b71c83bc565f08d8f6860aa9d:/sbin/dhclient/dhcpd.h diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index f531966793..53fd65ffde 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,5 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.66 2008/05/09 05:19:14 reyk Exp $ */ -/* $DragonFly: src/sbin/dhclient/dhcpd.h,v 1.1 2008/08/30 16:07:58 hasso Exp $ */ +/* $OpenBSD: src/sbin/dhclient/dhcpd.h,v 1.69 2009/06/06 04:02:42 krw Exp $ */ /* * Copyright (c) 2004 Henning Brauer @@ -52,6 +51,7 @@ #include #include #include +#include #include #include @@ -219,7 +219,9 @@ extern int warnings_occurred; void error(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); int warning(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); int note(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); +#ifdef DEBUG int debug(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); +#endif int parse_warn(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); /* conflex.c */