]> andersk Git - openssh.git/blame - uidswap.h
- markus@cvs.openbsd.org 2006/06/06 10:20:20
[openssh.git] / uidswap.h
CommitLineData
56f824f3 1/* $OpenBSD: uidswap.h,v 1.10 2006/03/25 22:22:43 djm Exp $ */
23c2a7a5 2
8efc0c15 3/*
5260325f 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5260325f 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved
6ae2364d 7 *
bcbf86ec 8 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this
10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
12 * called by a name other than "ssh" or "Secure Shell".
5260325f 13 */
8efc0c15 14
15#ifndef UIDSWAP_H
16#define UIDSWAP_H
17
255cabd9 18void temporarily_use_uid(struct passwd *);
19void restore_uid(void);
20void permanently_set_uid(struct passwd *);
8efc0c15 21
5260325f 22#endif /* UIDSWAP_H */
This page took 0.352721 seconds and 5 git commands to generate.