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

Diff for /src/usr.bin/ssh/uidswap.h between version 1.10 and 1.11

version 1.10, 2006/03/25 22:22:43 version 1.11, 2006/06/08 14:45:49
Line 18 
Line 18 
 void     temporarily_use_uid(struct passwd *);  void     temporarily_use_uid(struct passwd *);
 void     restore_uid(void);  void     restore_uid(void);
 void     permanently_set_uid(struct passwd *);  void     permanently_set_uid(struct passwd *);
   void     permanently_drop_suid(uid_t);
   
 #endif                          /* UIDSWAP_H */  #endif                          /* UIDSWAP_H */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11