summaryrefslogtreecommitdiff
path: root/chat/irssi-icb/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'chat/irssi-icb/patches/patch-ah')
-rw-r--r--chat/irssi-icb/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/irssi-icb/patches/patch-ah b/chat/irssi-icb/patches/patch-ah
new file mode 100644
index 00000000000..b7871032a1f
--- /dev/null
+++ b/chat/irssi-icb/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2010/05/18 21:38:49 sketch Exp $
+
+--- src/core/icb-protocol.h.orig 2010-05-18 21:34:32.000000000 +0100
++++ src/core/icb-protocol.h 2010-05-18 21:34:15.000000000 +0100
+@@ -4,6 +4,8 @@
+ #define ICB_PROTOCOL_LEVEL 1
+
+ void icb_send_open_msg(ICB_SERVER_REC *server, const char *text);
++void icb_send_private_msg(ICB_SERVER_REC *server, const char *target,
++ const char *text);
+ void icb_command(ICB_SERVER_REC *server, const char *cmd,
+ const char *args, const char *id);
+ void icb_protocol(ICB_SERVER_REC *server, const char *level,