ipconfig: Rename __connman_ipconfig_get_*(index)
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 15 Feb 2011 14:51:50 +0000 (15:51 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 15 Feb 2011 17:05:32 +0000 (18:05 +0100)
commitcbf458e59413a3016206d958b1be63a24ca6cc57
tree85b2e3c662d0c13a1902493263bc6ff181848a26
parenta1530efdb8f9da676ff3edaa6cc848dd40524333
ipconfig: Rename __connman_ipconfig_get_*(index)

To avoid a name clash with the next patch, the
__connman_ipconfig_get_*(index) have to be renamed.
Since they all use an index as lookup argument rename
them to __connman_ipconfig_get_*_from_index(index).
src/connman.h
src/ipconfig.c
src/rtnl.c
src/service.c