move nm_utils_ip4_addr_to_nl_addr() to nm-ip4-config.c

Since that's the only place it's used.
This commit is contained in:
Dan Williams
2009-01-18 20:04:14 -05:00
parent 59bc300cee
commit f06a136a99
3 changed files with 14 additions and 16 deletions

View File

@@ -37,8 +37,6 @@ int nm_spawn_process (const char *args);
void nm_print_device_capabilities (NMDevice *dev);
struct nl_addr *nm_utils_ip4_addr_to_nl_addr (guint32 ip4_addr);
char *nm_utils_hexstr2bin (const char *hex, size_t len);
char *nm_ether_ntop (const struct ether_addr *mac);