blob: 40891b49046d51723dc4143366fb213649a6dd36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2005/10/06 15:50:59 minskim Exp $
--- src/client/gtmess.h.orig 2005-03-18 06:15:31.000000000 -0800
+++ src/client/gtmess.h
@@ -79,7 +79,6 @@ typedef struct {
extern char *ZS;
extern config_t Config;
-extern struct cfg_entry ConfigTbl[];
extern int SCOLS, SLINES;
extern int utf8_mode;
extern struct tm now_tm;
|