diff options
| author | Roy Marples <roy@marples.name> | 2008-04-13 11:27:41 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-13 11:27:41 +0000 |
| commit | e1dcde7a8c6452bd02de7728924d21b4f0d985c4 (patch) | |
| tree | fcaaea6c99cd616169132998fdf034f07aeb2701 /configure.h | |
| parent | 4eb2d4c211f7419b257a4f59a3170e0529783cb1 (diff) | |
| download | dhcpcd-e1dcde7a8c6452bd02de7728924d21b4f0d985c4.tar.xz | |
As we're only dealing with dhcpcd.sh now, the exec_cmd function doesn't need to be so complex.
Diffstat (limited to 'configure.h')
| -rw-r--r-- | configure.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.h b/configure.h index ec563107..61a89431 100644 --- a/configure.h +++ b/configure.h @@ -32,7 +32,6 @@ #include "dhcp.h" #include "net.h" -int exec_cmd(const char *, const char *, ...); int write_info(const struct interface *, const struct dhcp_message *, const struct dhcp_lease *, const struct options *, int); int configure(struct interface *, const struct dhcp_message *, |
