Fixup fromcvs/togit conversion
[pkgsrcv2.git] / chat / irssi-icb / patches / patch-ah
1 $NetBSD$
2
3 --- src/core/icb-protocol.h.orig        2010-05-18 21:34:32.000000000 +0100
4 +++ src/core/icb-protocol.h     2010-05-18 21:34:15.000000000 +0100
5 @@ -4,6 +4,8 @@
6  #define ICB_PROTOCOL_LEVEL 1
7  
8  void icb_send_open_msg(ICB_SERVER_REC *server, const char *text);
9 +void icb_send_private_msg(ICB_SERVER_REC *server, const char *target,
10 +               const char *text);
11  void icb_command(ICB_SERVER_REC *server, const char *cmd,
12                  const char *args, const char *id);
13  void icb_protocol(ICB_SERVER_REC *server, const char *level,