summaryrefslogtreecommitdiffstats
path: root/src/customdhcpcd/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/customdhcpcd/info.h')
-rw-r--r--src/customdhcpcd/info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/customdhcpcd/info.h b/src/customdhcpcd/info.h
index 22966db..2b4a90e 100644
--- a/src/customdhcpcd/info.h
+++ b/src/customdhcpcd/info.h
@@ -1,4 +1,4 @@
-/*
+/*
* dhcpcd - DHCP client daemon
* Copyright 2006-2008 Roy Marples <roy@marples.name>
* All rights reserved
@@ -34,7 +34,7 @@
#ifdef ENABLE_INFO
bool write_info (const interface_t *iface, const dhcp_t *dhcp,
- const options_t *options, bool overwrite);
+ const options_t *options, bool overwrite);
bool read_info (const interface_t *iface, dhcp_t *dhcp);
#endif