Tamas TEVESZ <[email protected]> wrote:
[...]
> diff --git a/WINGs/WINGs/WUtil.h b/WINGs/WINGs/WUtil.h
> index 6849f52..471c7ec 100644
> --- a/WINGs/WINGs/WUtil.h
> +++ b/WINGs/WINGs/WUtil.h
> @@ -176,10 +176,6 @@ typedef void waborthandler(int);

> waborthandler* wsetabort(waborthandler* handler);

> -
> -/* don't free the returned string */
> -char* wstrerror(int errnum);
> -
[...]

Hello,
Just for reference, in case it is not obvious: This removes a public
symbol and would therefore break the API of libWutil.so. Iif we did any
kind of release process the released version of libWutil.so would
need a soname bump.

cu andreas


-- 
To unsubscribe, send mail to [email protected].

Reply via email to