]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
No longer need these.
authorRoy Marples <roy@marples.name>
Mon, 11 Aug 2008 09:21:07 +0000 (09:21 +0000)
committerRoy Marples <roy@marples.name>
Mon, 11 Aug 2008 09:21:07 +0000 (09:21 +0000)
dhcpcd.h

index e8c378ff41ce81c7c49a10ff07b2e6a60d69e3fc..07ceee6e3ad1ff200550f705e04b14abe58722ca 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
 #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)