Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8185 | Rev 14873 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | void getregex(char *p); |
66 | void getregex(char *p); |
67 | 67 | ||
68 | extern int regexcnt; |
68 | extern int regexcnt; |
69 | int _type(char *p, int commas[], int *commacnt); |
69 | int _type(char *p, int commas[], int *commacnt); |
70 | 70 | ||
- | 71 | /** |
|
- | 72 | * GK 2020-04-18 |
|
- | 73 | * bare variables must not be declared in header files |
|
- | 74 | * they are commented out and an extern clause is used instead |
|
71 | int objlinecnt, thisobjline, thislinelen; |
75 | int objlinecnt, thisobjline, thislinelen; |
72 | int expl1, expl2; |
76 | int expl1, expl2; |
73 | char *reqtype; |
77 | char *reqtype; |
74 | int logdir, linelogdir; |
78 | int logdir, linelogdir; |
75 | char *objline[MAX_OBJLINES]; |
79 | char *objline[MAX_OBJLINES]; |
76 | - | ||
77 | int nocomma; |
80 | int nocomma; |
- | 81 | **/ |
|
- | 82 | extern int objlinecnt; |
|
- | 83 | extern int thisobjline; |
|
- | 84 | extern int thislinelen; |
|
- | 85 | extern int expl1; |
|
- | 86 | extern int expl2; |
|
- | 87 | ||
- | 88 | extern char *reqtype; |
|
- | 89 | extern int logdir; |
|
- | 90 | extern int linelogdir; |
|
- | 91 | extern char *objline[MAX_OBJLINES]; |
|
- | 92 | ||
- | 93 | extern int nocomma; |
|
78 | void req_cut(void); |
94 | void req_cut(void); |
79 | void req_extract(void); |
95 | void req_extract(void); |
80 | void req_not(void); |
96 | void req_not(void); |
81 | void req_type(void); |
97 | void req_type(void); |