$NetBSD: patch-ae,v 1.3 2005/12/14 13:53:24 joerg Exp $ --- icb/icb.h.orig 1995-02-24 21:20:23.000000000 +0000 +++ icb/icb.h @@ -4,13 +4,12 @@ #include "../protocol.h" #include "../tcl/tcl.h" #include +#include #include #ifdef NEED_CTYPE #include #endif -char *malloc(); - /* 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 */