summaryrefslogtreecommitdiff
path: root/uidswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'uidswap.h')
-rw-r--r--uidswap.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/uidswap.h b/uidswap.h
index 0726980d0..1c1163d75 100644
--- a/uidswap.h
+++ b/uidswap.h
@@ -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
18void temporarily_use_uid(struct passwd *); 15void temporarily_use_uid(struct passwd *);
19void restore_uid(void); 16void restore_uid(void);
20void permanently_set_uid(struct passwd *); 17void permanently_set_uid(struct passwd *);
21 18void permanently_drop_suid(uid_t);
22#endif /* UIDSWAP_H */