diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-26 17:41:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-26 17:41:00 +0000 |
commit | e175ff252f9abb7267000571207c9d612728e1b9 (patch) | |
tree | bc6843cbc8ca3d0d2257a9e2349c03358b70b85a /networking/udhcp/dhcpc.h | |
parent | 22f6dcb47c32909ca0a3d720b11df5ea86b1e76c (diff) | |
download | busybox-w32-e175ff252f9abb7267000571207c9d612728e1b9.tar.gz busybox-w32-e175ff252f9abb7267000571207c9d612728e1b9.tar.bz2 busybox-w32-e175ff252f9abb7267000571207c9d612728e1b9.zip |
several fixes from openWRT project
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 3dff11ab0..6cf59a950 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -19,6 +19,7 @@ | |||
19 | struct client_config_t { | 19 | struct client_config_t { |
20 | char foreground; /* Do not fork */ | 20 | char foreground; /* Do not fork */ |
21 | char quit_after_lease; /* Quit after obtaining lease */ | 21 | char quit_after_lease; /* Quit after obtaining lease */ |
22 | char release_on_quit; /* perform release on quit */ | ||
22 | char abort_if_no_lease; /* Abort if no lease */ | 23 | char abort_if_no_lease; /* Abort if no lease */ |
23 | char background_if_no_lease; /* Fork to background if no lease */ | 24 | char background_if_no_lease; /* Fork to background if no lease */ |
24 | char *interface; /* The name of the interface to use */ | 25 | char *interface; /* The name of the interface to use */ |