summaryrefslogtreecommitdiff
path: root/uidswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'uidswap.h')
-rw-r--r--uidswap.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/uidswap.h b/uidswap.h
index 436c10f75..1c1163d75 100644
--- a/uidswap.h
+++ b/uidswap.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: uidswap.h,v 1.12 2006/07/06 16:03:53 stevesk 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,16 +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#include <sys/types.h>
19
20#include <pwd.h>
21
22void temporarily_use_uid(struct passwd *); 15void temporarily_use_uid(struct passwd *);
23void restore_uid(void); 16void restore_uid(void);
24void permanently_set_uid(struct passwd *); 17void permanently_set_uid(struct passwd *);
25void permanently_drop_suid(uid_t); 18void permanently_drop_suid(uid_t);
26
27#endif /* UIDSWAP_H */