diff options
| author | Roy Marples <roy@marples.name> | 2008-09-02 13:28:11 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-02 13:28:11 +0000 |
| commit | fd05b7dcfc61e1a8f1d4f0f7ecd27bb25a6cc7a8 (patch) | |
| tree | eefcda1304078e7ee7e7508103cb6e1775ff5513 /configure.h | |
| parent | ca07508a27a3048ead0c0a411f2cecc84ac97935 (diff) | |
| download | dhcpcd-fd05b7dcfc61e1a8f1d4f0f7ecd27bb25a6cc7a8.tar.xz | |
Add an event loop.
Split client.c into smaller files and functions and
recode around the event loop.
Add multiple interface support using the new event loop.
Document changes and outstanding bugs.
Diffstat (limited to 'configure.h')
| -rw-r--r-- | configure.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.h b/configure.h index fe065db6..b5ffc7e0 100644 --- a/configure.h +++ b/configure.h @@ -28,14 +28,9 @@ #ifndef DHCPCONFIG_H #define DHCPCONFIG_H -#include "dhcpcd.h" -#include "dhcp.h" #include "net.h" -int run_script(const struct options *, const char *, const char *, - const struct dhcp_message *, const struct dhcp_message *); -int configure(struct interface *, const char *, - const struct dhcp_message *, const struct dhcp_message *, - const struct dhcp_lease *, const struct options *, int); +int run_script(const struct interface *, const char *); +int configure(struct interface *, const char *); #endif |
