Hi Antti,

On Wed, 2010-12-22 at 11:35 +0200, ext Antti Paila wrote:
> ---
>  include/cell-info.h |  133 
> +++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 133 insertions(+), 0 deletions(-)  create mode 
> 100644 include/cell-info.h
> 
> diff --git a/include/cell-info.h b/include/cell-info.h new file mode 
> 100644 index 0000000..3941e69
> --- /dev/null
> +++ b/include/cell-info.h
> @@ -0,0 +1,133 @@
> +/*
>  ...
>  ...
>  ...
> +struct ofono_cell_info_driver {
> +     const char *name;
> +     int (*probe)(struct ofono_cell_info *ci,
> +                     unsigned int vendor,
> +                     void *data);
> +     void (*remove)(struct ofono_cell_info *ci);
> +     void (*query)(struct ofono_cell_info *ci,
> +                     ofono_cell_info_query_cb_t,
> +                     void *data);
> +};
> +

To be aligning with the other header files, do we need to add one 'cb' after 
'ofono_cell_info_query_cb_t' here?


Regards,

Wei,Jun

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to