diff options
Diffstat (limited to 'uidswap.h')
-rw-r--r-- | uidswap.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uidswap.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */ | 1 | /* $OpenBSD: uidswap.h,v 1.14 2018/07/18 11:34:05 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -15,4 +15,3 @@ | |||
15 | void temporarily_use_uid(struct passwd *); | 15 | void temporarily_use_uid(struct passwd *); |
16 | void restore_uid(void); | 16 | void restore_uid(void); |
17 | void permanently_set_uid(struct passwd *); | 17 | void permanently_set_uid(struct passwd *); |
18 | void permanently_drop_suid(uid_t); | ||