[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.37 and 1.38

version 1.37, 2022/05/13 06:31:50 version 1.38, 2022/09/19 10:43:12
Line 177 
Line 177 
     Attrib *dirattrib, int preserve_flag, int print_flag,      Attrib *dirattrib, int preserve_flag, int print_flag,
     int follow_link_flag);      int follow_link_flag);
   
   /*
    * User/group ID to name translation.
    */
   int can_get_users_groups_by_id(struct sftp_conn *conn);
   int do_get_users_groups_by_id(struct sftp_conn *conn,
       const u_int *uids, u_int nuids,
       const u_int *gids, u_int ngids,
       char ***usernamesp, char ***groupnamesp);
   
 /* Concatenate paths, taking care of slashes. Caller must free result. */  /* Concatenate paths, taking care of slashes. Caller must free result. */
 char *path_append(const char *, const char *);  char *path_append(const char *, const char *);
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38