summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-07-01 05:44:14 +0000
committerTed Lemon <source@isc.org>2000-07-01 05:44:14 +0000
commitc2536250bc18f12f8572b8ca3ebaafdcee6f027c (patch)
tree48911c6423f87233f77b22efed17855fd583278c
parent6d706557f4575c64bf167e0b0e5530d65b91f97d (diff)
downloadisc-dhcp-c2536250bc18f12f8572b8ca3ebaafdcee6f027c.tar.gz
Add a dummy bill_class.
-rw-r--r--client/dhclient.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index d7a5b6f9..df8b23de 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.79.2.6 1999/12/22 20:29:21 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.79.2.7 2000/07/01 05:44:14 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -303,6 +303,13 @@ void classify (packet, class)
{
}
+int bill_class (lease, class)
+ struct lease *lease;
+ struct class *class;
+{
+ return 0;
+}
+
int unbill_class (lease, class)
struct lease *lease;
struct class *class;