diff options
| author | Roy Marples <roy@marples.name> | 2009-01-13 17:04:28 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-01-13 17:04:28 +0000 |
| commit | 1ba422363a3e1bbee4bbbee720dfeadfb7d82ee1 (patch) | |
| tree | d9b2c0bf414a1d3ee06172e803f1c239f11b6b10 /configure.h | |
| parent | e467f4b21724ad4c3c9f7a3ee9af91c4385a8a88 (diff) | |
| download | dhcpcd-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.h | 5 |
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 |
