Re: [libdvdcss-devel] [PATCH 05/47] Mark strings as const where appropriate.
Diego Biurrun <[email protected]>
| Newsgroups | gmane.comp.video.videolan.libdvdcss,gmane.comp.video.videolan.libdvdcss.devel |
|---|---|
| Message-ID | <20141030150943.GC30310@nibbler> |
On Thu, Oct 30, 2014 at 02:02:33PM +0100, Jean-Baptiste Kempf wrote: > On 29 Oct, Diego Biurrun wrote : > > -LIBDVDCSS_EXPORT dvdcss_t dvdcss_open ( char *psz_target ); > > +LIBDVDCSS_EXPORT dvdcss_t dvdcss_open ( const char *psz_target ); > > Isn't that an API/ABI break? It shouldn't be. ABI should not change at all as no position or size of a symbol is affected. API-wise there might be fresh warnings, but all code should remain compatible. Diego _______________________________________________ libdvdcss-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvdcss-devel