diff options
| author | Roy Marples <roy@marples.name> | 2009-01-15 14:22:40 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-01-15 14:22:40 +0000 |
| commit | 5313b78124f566b486748ca071189aba2717d3d4 (patch) | |
| tree | 9561c9999abfd26c7fff50b0660d2d811130605d /configure.h | |
| parent | 3d775d8c76dc953b23371865b65e0d9fce20c906 (diff) | |
| download | dhcpcd-5313b78124f566b486748ca071189aba2717d3d4.tar.xz | |
--getinterfaces should be more than sufficient for the control socket.
Diffstat (limited to 'configure.h')
| -rw-r--r-- | configure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.h b/configure.h index 52ed9000..5ee4ab8a 100644 --- a/configure.h +++ b/configure.h @@ -30,7 +30,7 @@ #include "net.h" -int send_state(int, const struct interface *); +int send_interface(int, const struct interface *); int run_script(const struct interface *); int configure(struct interface *); |
