summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-ae
blob: 59df9a33c8c65b10756d3c292ed84888b2bd4f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$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 <stdio.h>
+#include <stdlib.h>
 #include <sys/param.h>
 #ifdef NEED_CTYPE
 #include <ctype.h>
 #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 */