diff options
| author | Roy Marples <roy@marples.name> | 2008-05-20 16:05:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-20 16:05:15 +0000 |
| commit | 37156a6b53681b9ab70482b15358e0a86a08c74d (patch) | |
| tree | f4adf7b5714d7f1057b16e11507c59dbf49997ce /dhcpcd.h | |
| parent | 5f81be76fc605333ef92ecde09b093b1ebe5bd4d (diff) | |
| download | dhcpcd-37156a6b53681b9ab70482b15358e0a86a08c74d.tar.xz | |
Add a -C, --nohook option to skip the running of hook scripts. Makes it easier to just not do any configuring of resolv.conf
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ struct options { struct in_addr request_address; struct in_addr request_netmask; + char **environ; const char *script; char pidfile[PATH_MAX]; }; |
