summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-20 16:05:15 +0000
committerRoy Marples <roy@marples.name>2008-05-20 16:05:15 +0000
commit37156a6b53681b9ab70482b15358e0a86a08c74d (patch)
treef4adf7b5714d7f1057b16e11507c59dbf49997ce /dhcpcd.h
parent5f81be76fc605333ef92ecde09b093b1ebe5bd4d (diff)
downloaddhcpcd-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 68ea2ed7..76fe30bd 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -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];
};