Adrian 20c50fd7ef notification_plugin_deinit: Set function signature to int(void *)
Previously the function signature was inconsistent throughout
src/fe-gtk/plugin-notification.{h,c}: One file had the signature
int(void), while the other had int(void *). Since this type mismatch
might lead to problems (especially with LTO) and the (possibly provided)
function argument isn't used in the function's definition, this commit
sets int(void *) as function signature for both the declaration and
definition of the function.

Fixes: https://github.com/hexchat/hexchat/issues/2726
2022-08-26 12:40:15 -05:00
2013-09-08 01:28:06 -04:00
2021-10-26 15:51:53 -05:00
2014-08-01 04:03:54 -04:00
2022-05-07 11:34:47 -05:00
2020-02-08 11:06:07 -08:00
2022-05-08 14:20:58 -05:00
2021-06-21 12:48:38 -05:00
2019-05-22 12:41:50 +02:00
2016-09-01 23:10:35 -04:00
2013-05-20 15:59:41 +02:00
2018-03-09 18:23:25 +00:00
2021-07-13 12:26:34 -05:00
2022-02-12 12:28:17 -06:00
2019-12-08 12:56:18 -08:00

HexChat

HexChat is an IRC client for Windows and UNIX-like operating systems.
See IRCHelp.org for information about IRC in general.
For more information on HexChat please read our documentation:


X-Chat ("xchat") Copyright (c) 1998-2010 By Peter Zelezny. HexChat ("hexchat") Copyright (c) 2009-2014 By Berke Viktor. This program is released under the GPL v2 with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. You may provide binary packages linked to the OpenSSL libraries, provided that all other requirements of the GPL are met. See file COPYING for details.
Description
Languages
C 93.2%
Python 1.7%
Perl 1.5%
Meson 1.3%
C# 0.9%
Other 1.2%