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

Diff for /src/usr.bin/ssh/session.h between version 1.31 and 1.32

version 1.31, 2013/10/14 21:20:52 version 1.32, 2016/03/07 19:02:43
Line 81 
Line 81 
 void     child_set_env(char ***envp, u_int *envsizep, const char *name,  void     child_set_env(char ***envp, u_int *envsizep, const char *name,
                        const char *value);                         const char *value);
   
   const char      *session_get_remote_name_or_ip(struct ssh *, u_int, int);
   
 #endif  #endif

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32