aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/static_leases.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/static_leases.h')
-rw-r--r--networking/udhcp/static_leases.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/udhcp/static_leases.h b/networking/udhcp/static_leases.h
index d06520b23..81708ffea 100644
--- a/networking/udhcp/static_leases.h
+++ b/networking/udhcp/static_leases.h
@@ -14,10 +14,8 @@ uint32_t getIpByMac(struct static_lease *lease_struct, void *arg);
14/* Check to see if an ip is reserved as a static ip */ 14/* Check to see if an ip is reserved as a static ip */
15uint32_t reservedIp(struct static_lease *lease_struct, uint32_t ip); 15uint32_t reservedIp(struct static_lease *lease_struct, uint32_t ip);
16 16
17#ifdef UDHCP_DEBUG 17/* Print out static leases just to check what's going on (debug code) */
18/* Print out static leases just to check what's going on */
19void printStaticLeases(struct static_lease **lease_struct); 18void printStaticLeases(struct static_lease **lease_struct);
20#endif
21 19
22#endif 20#endif
23 21