blob: 7845b3b45e66c08d46926cb034d68c27ddc3e653 (
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
|
*** global.h.orig Wed Aug 27 05:26:59 1997
--- global.h Wed Aug 27 05:28:53 1997
***************
*** 18,23 ****
--- 18,24 ----
*/
/* $Id: global.h,v 1.13 1996/08/31 08:14:40 suz Exp $ */
#include <stdio.h>
+ #include <string.h>
#include "comm.h"
#include "ss.h"
***************
*** 40,47 ****
#define index strchr
#define rindex strrchr
#endif
! extern char *index();
! extern char *rindex();
extern FILE *plog; /* protocol logging */
--- 41,48 ----
#define index strchr
#define rindex strrchr
#endif
! /*extern char *index();
! extern char *rindex();*/
extern FILE *plog; /* protocol logging */
|