Skip to content
Commits on Source (3)
......@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9)
, libglib2.0-dev
, dh-autoreconf
, autoconf-archive
Standards-Version: 4.0.0
Standards-Version: 4.2.1
Homepage: https://github.com/TingPing/hexchat-otr
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/hexchat-otr
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/hexchat-otr
......
Description: Add prototypes to include file
Make code build with -Werror=missing-prototypes
Author: Petter Reinholdtsen <pere@debian.org>
Origin: https://github.com/fridim/hexchat-otr/commit/c6f63ea54dee9444c22d42e1ec337ca6714a737a
Forwarded: no
Reviewed-By: Petter Reinholdtsen <pere@debian.org>
Last-Update: 2018-10-24
--- hexchat-otr-0.2.2.orig/src/hexchat_otr.h
+++ hexchat-otr-0.2.2/src/hexchat_otr.h
@@ -59,6 +59,14 @@ enum
extern hexchat_plugin *ph; /* plugin handle */
+int hexchat_plugin_deinit (void);
+int hexchat_plugin_init (hexchat_plugin *plugin_handle,
+ char **plugin_name,
+ char **plugin_desc,
+ char **plugin_version,
+ char *arg);
+void hexchat_plugin_get_info (char **name, char **desc, char **version, void **reserved);
+
void printformat (IRC_CTX *ircctx, const char *nick, int lvl, int fnum, ...);
#define otr_noticest(formatnum, ...) \
0xxx: Grabbed from upstream development.
1xxx: Possibly relevant for upstream adoption.
2xxx: Only relevant for official Debian release.
1000-prototypes.patch