# | Line 27 | Line 27 | static char *ourshell; | |
---|---|---|
27 | static char ouruser[32]; | |
28 | PSERVER *pslist = NULL; | |
29 | ||
30 | < | PSERVER* addpserver(char* host, char* dir, char* usr, int np) { |
30 | > | PSERVER* |
31 | > | addpserver( |
32 | > | char* host, |
33 | > | char* dir, |
34 | > | char* usr, |
35 | > | int np |
36 | > | ) |
37 | > | { |
38 | PSERVER* ps; | |
39 | if (np < 1) | |
40 | return(NULL); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |