summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-15 14:22:40 +0000
committerRoy Marples <roy@marples.name>2009-01-15 14:22:40 +0000
commit5313b78124f566b486748ca071189aba2717d3d4 (patch)
tree9561c9999abfd26c7fff50b0660d2d811130605d /configure.h
parent3d775d8c76dc953b23371865b65e0d9fce20c906 (diff)
downloaddhcpcd-5313b78124f566b486748ca071189aba2717d3d4.tar.xz
--getinterfaces should be more than sufficient for the control socket.
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h2
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 *);