diff options
| author | Roy Marples <roy@marples.name> | 2008-09-11 09:38:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-11 09:38:02 +0000 |
| commit | ba97e49417ba7463405abdb7d62e834349f0d329 (patch) | |
| tree | 1fb76674117bdf91b2325ab76536bdb52ef3b540 /dhcpcd.h | |
| parent | 03c2c87907acec01b024d525414bd76f7d001a15 (diff) | |
| download | dhcpcd-ba97e49417ba7463405abdb7d62e834349f0d329.tar.xz | |
Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better multiple interface support.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -106,6 +106,10 @@ struct interface extern int pidfd; extern int options; +extern int ifac; +extern char **ifav; +extern int ifdc; +extern char **ifdv; extern struct interface *ifaces; int handle_args(int, char **); |
