diff options
Diffstat (limited to 'uidswap.h')
-rw-r--r-- | uidswap.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uidswap.h,v 1.11 2006/06/08 14:45:49 markus Exp $ */ | 1 | /* $OpenBSD: uidswap.h,v 1.12 2006/07/06 16:03:53 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -15,6 +15,10 @@ | |||
15 | #ifndef UIDSWAP_H | 15 | #ifndef UIDSWAP_H |
16 | #define UIDSWAP_H | 16 | #define UIDSWAP_H |
17 | 17 | ||
18 | #include <sys/types.h> | ||
19 | |||
20 | #include <pwd.h> | ||
21 | |||
18 | void temporarily_use_uid(struct passwd *); | 22 | void temporarily_use_uid(struct passwd *); |
19 | void restore_uid(void); | 23 | void restore_uid(void); |
20 | void permanently_set_uid(struct passwd *); | 24 | void permanently_set_uid(struct passwd *); |