$OpenBSD: patch-src_core_icb-protocol_h,v 1.1 2010/06/04 14:16:22 phessler Exp $

Break lines longer than 255 chars

--- src/core/icb-protocol.h.orig	Sat May  4 19:21:44 2002
+++ src/core/icb-protocol.h	Fri Jun  4 10:12:25 2010
@@ -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,
