summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2006-12-14 23:17:27 +0000
committerRoy Marples <roy@marples.name>2006-12-14 23:17:27 +0000
commit262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (patch)
tree54f1ff1b4b4b60743b5ad05fa9a469f6080292d6 /configure.h
parentfb4477f477d1faa60759f2b94e29c12999e1db49 (diff)
downloaddhcpcd-262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f.tar.xz
Add loads of debugging CFLAGS so we can remove all compiler warnings
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.h b/configure.h
index ce8514bd..59b7003d 100644
--- a/configure.h
+++ b/configure.h
@@ -26,6 +26,7 @@
#include "interface.h"
#include "dhcp.h"
-int configure (options_t *options, interface_t *iface, dhcp_t *dhcp);
+int configure (const options_t *options, interface_t *iface,
+ const dhcp_t *dhcp);
#endif