[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.146 and 1.147

version 1.146, 2013/06/04 20:42:36 version 1.147, 2013/07/12 00:20:00
Line 1808 
Line 1808 
 complete(EditLine *el, int ch)  complete(EditLine *el, int ch)
 {  {
         char **argv, *line, quote;          char **argv, *line, quote;
         u_int argc, carg, cursor, len, terminated, ret = CC_ERROR;          int argc, carg;
           u_int cursor, len, terminated, ret = CC_ERROR;
         const LineInfo *lf;          const LineInfo *lf;
         struct complete_ctx *complete_ctx;          struct complete_ctx *complete_ctx;
   

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147