diff options
author | Tom Rix <Tom.Rix@windriver.com> | 2010-01-18 08:08:32 -0600 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-01-18 08:08:32 -0600 |
commit | a7709d926dbc7cb1541034fcf2b21ce3e838cb12 (patch) | |
tree | 72c58261577bc00d98dbd208e4fa95dfbb2487a5 /include/net.h | |
parent | 1c2a8e359ebbec0dbef62f5b54c72f9cd72ccd59 (diff) | |
parent | 88ffb2665cd066b6b20cfaade13929d4e8428dde (diff) |
Merge branch 't-ml-master' into t-master
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h index 1c8ab12454b..3f6a5d1497f 100644 --- a/include/net.h +++ b/include/net.h @@ -508,9 +508,6 @@ extern void VLAN_to_string (ushort x, char *s); /* Convert a string to a vlan id */ extern ushort string_to_VLAN(char *s); -/* read an IP address from a environment variable */ -extern IPaddr_t getenv_IPaddr (char *); - /* read a VLAN id from an environment variable */ extern ushort getenv_VLAN(char *); |