[BACK]Return to sftp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp.c between version 1.17 and 1.18

version 1.17, 2001/05/08 19:45:25 version 1.18, 2001/06/23 15:12:20
Line 43 
Line 43 
 char *ssh_program = _PATH_SSH_PROGRAM;  char *ssh_program = _PATH_SSH_PROGRAM;
 FILE* infile;  FILE* infile;
   
 void  static void
 connect_to_server(char **args, int *in, int *out, pid_t *sshpid)  connect_to_server(char **args, int *in, int *out, pid_t *sshpid)
 {  {
         int c_in, c_out;          int c_in, c_out;
Line 84 
Line 84 
         close(c_out);          close(c_out);
 }  }
   
 void  static void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "usage: sftp [-1vC] [-b batchfile] [-osshopt=value] [user@]host[:file [file]]\n");          fprintf(stderr, "usage: sftp [-1vC] [-b batchfile] [-osshopt=value] [user@]host[:file [file]]\n");

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18