$OpenBSD: patch-icb_icb_h,v 1.2 2010/05/22 14:23:48 espie Exp $
--- icb/icb.h.orig	Fri Feb 24 22:20:23 1995
+++ icb/icb.h	Sat May 22 16:20:32 2010
@@ -9,8 +9,7 @@
 #include <ctype.h>
 #endif
 
-char *malloc();
-
+#include <stdlib.h>
 /* command usage information */
 
 typedef struct Usage {
@@ -38,6 +37,7 @@ typedef struct {
 	int beeps;		/* whether beeps are audible */
 	char *editmode;		/* input editing mode */
 	int tabreply;		/* should replies go into the tab history? */
+	int printtime;		/* print timestamp in front of every msg? */
 	int cute;		/* cute messages when a blank line is entered */
 	int autodel;		/* automatically delete nicks from the tab
 			        history that produce a "not logged on" error */
