]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add dummy for find_subnet().
authorTed Lemon <source@isc.org>
Tue, 28 Sep 1999 22:49:10 +0000 (22:49 +0000)
committerTed Lemon <source@isc.org>
Tue, 28 Sep 1999 22:49:10 +0000 (22:49 +0000)
client/dhclient.c

index 4b332df67563bbaafe00e7f9def3bd8a8023dc82..57df25f4e75bcb11de44307cab13b258dc1ac447 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.81 1999/09/09 21:00:05 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.82 1999/09/28 22:49:10 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -316,6 +316,12 @@ int unbill_class (lease, class)
        return 0;
 }
 
+struct subnet *find_subnet (addr)
+       struct iaddr addr;
+{
+       return (struct subnet *)0;
+}
+
 /* Individual States:
  * 
  * Each routine is called from the dhclient_state_machine() in one of