summaryrefslogtreecommitdiffstats
path: root/comms/tlf/files/patch-src_splitscreen.c
blob: 0cf68f7e14b66c2e46f3923183b80f156a3a4188 (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
28
29
30
31
32
33
34
35
36
*** src/splitscreen.c.orig	Fri Nov 12 15:44:12 2004
--- src/splitscreen.c	Fri Nov 12 15:52:19 2004
***************
*** 50,56 ****
  extern struct tln_logline *logtail;
  extern struct tln_logline *temp;
  extern struct tln_logline *viewing;
! extern char spot_ptr[100][82];
  extern char lastmsg[80];
  extern int ptr;

--- 50,56 ----
  extern struct tln_logline *logtail;
  extern struct tln_logline *temp;
  extern struct tln_logline *viewing;
! extern char spot_ptr[MAX_SPOTS][82];
  extern char lastmsg[80];
  extern int ptr;

***************
*** 722,728 ****
  extern SCREEN *packetscreen;
  extern WINDOW *sclwin;
  extern WINDOW *entwin;
! extern char spot_ptr[100][80];
  extern int tncport;
  extern int fdSertnc;
  extern int fdFIFO;
--- 722,728 ----
  extern SCREEN *packetscreen;
  extern WINDOW *sclwin;
  extern WINDOW *entwin;
! extern char spot_ptr[MAX_SPOTS][82];
  extern int tncport;
  extern int fdSertnc;
  extern int fdFIFO;
OpenPOWER on IntegriCloud