summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-11 13:18:33 +0000
committerRoy Marples <roy@marples.name>2007-04-11 13:18:33 +0000
commit378dcbd5d580b197dbcd4f1c2fc84bf41c28e032 (patch)
treeb981cf297a7e709266d31ffad218984870641961 /configure.h
parent96ccff7a0659090f6c4121fe6892a1f37668bafa (diff)
downloaddhcpcd-378dcbd5d580b197dbcd4f1c2fc84bf41c28e032.tar.xz
Cuddle up to LKML style C
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.h b/configure.h
index 4d766d26..1daa07d3 100644
--- a/configure.h
+++ b/configure.h
@@ -24,7 +24,7 @@
/* If you disable all 3 options you can shrink the binary by around 5-10k
unstripped depending on platform and CFLAGS
-*/
+ */
#define ENABLE_NTP
#define ENABLE_NIS
#define ENABLE_INFO
@@ -34,6 +34,6 @@
#include "dhcp.h"
int configure (const options_t *options, interface_t *iface,
- const dhcp_t *dhcp);
+ const dhcp_t *dhcp);
#endif