[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.11 and 1.12

version 1.11, 2006/06/08 14:45:49 version 1.12, 2006/07/06 16:03:53
Line 15 
Line 15 
 #ifndef UIDSWAP_H  #ifndef UIDSWAP_H
 #define UIDSWAP_H  #define UIDSWAP_H
   
   #include <sys/types.h>
   
   #include <pwd.h>
   
 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 *);

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