diff options
Diffstat (limited to 'networking/udhcp/static_leases.c')
-rw-r--r-- | networking/udhcp/static_leases.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/udhcp/static_leases.c b/networking/udhcp/static_leases.c index 1887a8afd..b334a5888 100644 --- a/networking/udhcp/static_leases.c +++ b/networking/udhcp/static_leases.c | |||
@@ -1,17 +1,14 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * static_leases.c -- Couple of functions to assist with storing and | 3 | * Storing and retrieving data for static leases |
4 | * retrieving data for static leases | ||
5 | * | 4 | * |
6 | * Wade Berrier <wberrier@myrealbox.com> September 2004 | 5 | * Wade Berrier <wberrier@myrealbox.com> September 2004 |
7 | * | 6 | * |
8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
9 | */ | 8 | */ |
10 | |||
11 | #include "common.h" | 9 | #include "common.h" |
12 | #include "dhcpd.h" | 10 | #include "dhcpd.h" |
13 | 11 | ||
14 | |||
15 | /* Takes the address of the pointer to the static_leases linked list, | 12 | /* Takes the address of the pointer to the static_leases linked list, |
16 | * address to a 6 byte mac address, | 13 | * address to a 6 byte mac address, |
17 | * 4 byte IP address */ | 14 | * 4 byte IP address */ |