summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-13 17:04:28 +0000
committerRoy Marples <roy@marples.name>2009-01-13 17:04:28 +0000
commit1ba422363a3e1bbee4bbbee720dfeadfb7d82ee1 (patch)
treed9b2c0bf414a1d3ee06172e803f1c239f11b6b10 /configure.h
parente467f4b21724ad4c3c9f7a3ee9af91c4385a8a88 (diff)
downloaddhcpcd-1ba422363a3e1bbee4bbbee720dfeadfb7d82ee1.tar.xz
Store the reason we run the script against the interface state.
This enables us to query states via the control socket.
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.h b/configure.h
index b5ffc7e0..3a4b6b93 100644
--- a/configure.h
+++ b/configure.h
@@ -30,7 +30,8 @@
#include "net.h"
-int run_script(const struct interface *, const char *);
-int configure(struct interface *, const char *);
+int send_state(int, const struct interface *);
+int run_script(const struct interface *);
+int configure(struct interface *);
#endif