Re: [PATCH spice-common] marshaller: Remove deprecated replacement functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ack from me

Pavel

On Thu, 2016-12-08 at 13:37 +0000, Frediano Ziglio wrote:
> spice-common has no stable ABI/API.
> Also these function caused linking problems as these functions
> were defined multiple times.
> 
> Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx>
> ---
>  common/marshaller.h | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/common/marshaller.h b/common/marshaller.h
> index 9ae1bdf..0c27a48 100644
> --- a/common/marshaller.h
> +++ b/common/marshaller.h
> @@ -42,19 +42,6 @@ uint8_t
> *spice_marshaller_add_by_ref(SpiceMarshaller *m, const uint8_t
> *data, si
>  uint8_t *spice_marshaller_add_by_ref_full(SpiceMarshaller *m,
> uint8_t *data, size_t size,
>                                            spice_marshaller_item_fre
> e_func free_data, void *opaque);
>  void spice_marshaller_add_chunks_by_ref(SpiceMarshaller *m,
> SpiceChunks *chunks);
> -SPICE_GNUC_DEPRECATED inline uint8_t
> *spice_marshaller_add_ref(SpiceMarshaller *m, const uint8_t *data,
> size_t size)
> -{
> -    return spice_marshaller_add_by_ref(m, data, size);
> -}
> -SPICE_GNUC_DEPRECATED inline uint8_t
> *spice_marshaller_add_ref_full(SpiceMarshaller *m, uint8_t *data,
> size_t size,
> -                                              spice_marshaller_item
> _free_func free_data, void *opaque)
> -{
> -    return spice_marshaller_add_by_ref_full(m, data, size,
> free_data, opaque);
> -}
> -SPICE_GNUC_DEPRECATED inline void
> spice_marshaller_add_ref_chunks(SpiceMarshaller *m, SpiceChunks
> *chunks)
> -{
> -    spice_marshaller_add_chunks_by_ref(m, chunks);
> -}
>  void spice_marshaller_flush(SpiceMarshaller *m);
>  void spice_marshaller_set_base(SpiceMarshaller *m, size_t base);
>  uint8_t *spice_marshaller_linearize(SpiceMarshaller *m, size_t
> skip,
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]