Remove "__connman" prefix from static functions
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Wed, 18 Aug 2010 11:37:27 +0000 (13:37 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 18 Aug 2010 14:25:35 +0000 (16:25 +0200)
commitce5e47bd96e821e44ba29c4e747cd5b923e0d426
tree600c4d6bd9acf3c2e91fc712208f41133752dd49
parent6029951606b0cf55194593082d4e5e1fe69763a6
Remove "__connman" prefix from static functions

__connman prefixes are for non static functions
exported to all connman core code (but not plugins).

connman prefixes are for non static functions
exported to all connman (core and plugins).
src/element.c
src/provider.c
src/service.c