summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-05 07:22:03 +0000
committerRoy Marples <roy@marples.name>2008-09-05 07:22:03 +0000
commitda16617840a22827d78c99bab837d9be0a420c7c (patch)
tree2d9fcadedde0a0f3e1b4b3e654972a28875e1e9b /dhcpcd.h
parent686608c28c738b3a990512d7ab6b22c7396b3117 (diff)
downloaddhcpcd-da16617840a22827d78c99bab837d9be0a420c7c.tar.xz
Remove some ints and replace with our option mask.
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 608a41d0..08605074 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -105,6 +105,7 @@ struct interface
};
extern int pidfd;
+extern int options;
int handle_args(int, char **);
void handle_exit_timeout(void *);