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

@ -47,8 +47,6 @@ static int dequeuecc(register struct ioqueue *ioq, register int cc);
void
ioq_init(struct ioqueue *ioq, int bsize)
{
extern s_char num_teles[];
initque(&ioq->queue);
ioq->cc = 0;
ioq->bsize = bsize;