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

Diff for /src/usr.bin/ssh/sftp-client.h between version 1.34 and 1.35

version 1.34, 2021/08/09 23:47:44 version 1.35, 2022/01/01 01:55:30
Line 177 
Line 177 
 char *path_append(const char *, const char *);  char *path_append(const char *, const char *);
   
 /* Make absolute path if relative path and CWD is given. Does not modify  /* Make absolute path if relative path and CWD is given. Does not modify
  * original if the the path is already absolute. */   * original if the path is already absolute. */
 char *make_absolute(char *, const char *);  char *make_absolute(char *, const char *);
   
 /* Check if remote path is directory */  /* Check if remote path is directory */

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35