=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/uidswap.h,v retrieving revision 1.3 retrieving revision 1.3.2.3 diff -u -r1.3 -r1.3.2.3 --- src/usr.bin/ssh/uidswap.h 2000/04/14 10:30:34 1.3 +++ src/usr.bin/ssh/uidswap.h 2001/03/21 18:53:20 1.3.2.3 @@ -1,15 +1,15 @@ +/* $OpenBSD: uidswap.h,v 1.3.2.3 2001/03/21 18:53:20 jason Exp $ */ + /* - * - * uidswap.h - * * Author: Tatu Ylonen - * * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved * - * Created: Sat Sep 9 01:43:15 1995 ylo - * Last modified: Sat Sep 9 02:34:04 1995 ylo - * + * As far as I am concerned, the code I have written for this software + * can be used freely for any purpose. Any derived versions of this + * software must be clearly marked as such, and if the derived work is + * incompatible with the protocol description in the RFC file, it must be + * called by a name other than "ssh" or "Secure Shell". */ #ifndef UIDSWAP_H @@ -25,7 +25,7 @@ * Restores the original effective user id after temporarily_use_uid(). * This should only be called while temporarily_use_uid is effective. */ -void restore_uid(); +void restore_uid(void); /* * Permanently sets all uids to the given uid. This cannot be called while