diff options
Diffstat (limited to 'uidswap.h')
-rw-r--r-- | uidswap.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uidswap.h,v 1.9 2001/06/26 17:27:25 markus Exp $ */ | 1 | /* $OpenBSD: uidswap.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -12,11 +12,7 @@ | |||
12 | * called by a name other than "ssh" or "Secure Shell". | 12 | * called by a name other than "ssh" or "Secure Shell". |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #ifndef UIDSWAP_H | ||
16 | #define UIDSWAP_H | ||
17 | |||
18 | void temporarily_use_uid(struct passwd *); | 15 | void temporarily_use_uid(struct passwd *); |
19 | void restore_uid(void); | 16 | void restore_uid(void); |
20 | void permanently_set_uid(struct passwd *); | 17 | void permanently_set_uid(struct passwd *); |
21 | 18 | void permanently_drop_suid(uid_t); | |
22 | #endif /* UIDSWAP_H */ | ||