X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fnetwork-statistics.h;h=d958676d5999e9b5a7e10ebb4af24cab464fe36b;hb=7751751b80c1b0953d2f550dedcbf37ad20f5865;hp=91a79d217085b847b586c94d3f892ee314434a25;hpb=697f0ce9d4c7c6258cb121b435984bb5faada013;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git diff --git a/include/network-statistics.h b/include/network-statistics.h old mode 100644 new mode 100755 index 91a79d2..d958676 --- a/include/network-statistics.h +++ b/include/network-statistics.h @@ -28,9 +28,11 @@ extern "C" { #include "wifi-state.h" -void netconfig_network_statistics_create_and_init(void); -gboolean netconfig_wifi_get_bytes_statistics(guint64 *tx, guint64 *rx); -void netconfig_wifi_statistics_update_powered_off(void); +gboolean netconfig_wifi_get_bytes_statistics(guint64 *tx, guint64 *rx); +void netconfig_wifi_statistics_update_powered_off(void); + +void statistics_object_create_and_init(void); +void statistics_object_deinit(void); #ifdef __cplusplus }