Declare tags.c variables in tags.h. Declare stuff with external

linkage that is not in any other header in misc.h.  Remove some
redundant declarations elsewhere.
(prompt, doredir, dopipe, doexecute, output, screen, parsedelay):
Static linkage.
This commit is contained in:
Markus Armbruster 2004-02-20 08:22:28 +00:00
parent 8d438a4601
commit e7811102a3
11 changed files with 55 additions and 51 deletions

View file

@ -142,7 +142,6 @@ expect(int s, int match, s_char *buf)
void
sendcmd(int s, int cmd, s_char *arg)
{
extern struct fn fnlist[];
s_char buf[128];
int cc;
int len;