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:
parent
8d438a4601
commit
e7811102a3
11 changed files with 55 additions and 51 deletions
|
@ -43,9 +43,6 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
int expect(int s, int match, s_char *buf);
|
||||
void sendcmd(int s, int cmd, s_char *arg);
|
||||
|
||||
int
|
||||
login(int s, s_char *uname, s_char *cname, s_char *cpass, int kill_proc)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue