summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-11 09:21:07 +0000
committerRoy Marples <roy@marples.name>2008-08-11 09:21:07 +0000
commitef53de735fad7fb3036e4bb83824f3b36aac3e9d (patch)
tree948e068eac4ef76d0edff5050f9124ae23df2835 /dhcpcd.h
parent523f398e5e3bd5dd9876e690cdc0f9e07383772f (diff)
downloaddhcpcd-ef53de735fad7fb3036e4bb83824f3b36aac3e9d.tar.xz
No longer need these.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index e8c378ff..07ceee6e 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -47,13 +47,6 @@
#define USERCLASS_MAX_LEN 255
#define VENDOR_MAX_LEN 255
-#ifdef THERE_IS_NO_FORK
-extern char dhcpcd[PATH_MAX];
-extern char **dhcpcd_argv;
-extern int dhcpcd_argc;
-extern char *dhcpcd_skiproutes;
-#endif
-
#define DHCPCD_ARP (1 << 0)
#define DHCPCD_DOMAIN (1 << 2)
#define DHCPCD_GATEWAY (1 << 3)