Hi Daniel,

On Tue, Jun 22, 2010 at 04:17:48PM +0200, Daniel Wagner wrote:
> From: Daniel Wagner <daniel.wag...@bmw-carit.de>
Since this is needed for patch #5, it should be merged with it.

Cheers,
Samuel.



> ---
>  src/connman.h |   20 ++++++++++----------
>  1 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/src/connman.h b/src/connman.h
> index 71a8609..cbb965f 100644
> --- a/src/connman.h
> +++ b/src/connman.h
> @@ -66,16 +66,6 @@ void __connman_agent_cleanup(void);
>  int __connman_agent_register(const char *sender, const char *path);
>  int __connman_agent_unregister(const char *sender, const char *path);
>  
> -int __connman_counter_register(const char *owner, const char *path,
> -                                             unsigned int interval);
> -int __connman_counter_unregister(const char *owner, const char *path);
> -
> -void __connman_counter_notify(const char *interface,
> -                             unsigned int rx_bytes, unsigned int tx_bytes);
> -
> -int __connman_counter_init(void);
> -void __connman_counter_cleanup(void);
> -
>  struct connman_service;
>  
>  typedef void (* passphrase_cb_t) (struct connman_service *service,
> @@ -439,6 +429,16 @@ void __connman_service_stats_timer_update(struct 
> connman_service *service);
>  struct connman_service_statistics *__connman_service_get_statistics(
>                                       struct connman_service *service);
>  
> +int __connman_counter_register(const char *owner, const char *path,
> +                                             unsigned int interval);
> +int __connman_counter_unregister(const char *owner, const char *path);
> +
> +void __connman_counter_notify(const char *interface,
> +                             unsigned int rx_bytes, unsigned int tx_bytes);
> +
> +int __connman_counter_init(void);
> +void __connman_counter_cleanup(void);
> +
>  #include <connman/location.h>
>  
>  int __connman_location_init(void);
> -- 
> 1.6.6.1
> 
> _______________________________________________
> connman mailing list
> connman@connman.net
> http://lists.connman.net/listinfo/connman

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to