summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/uidswap.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-12-20 19:37:23 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-12-20 19:37:23 +0000
commit81463cc83fe848e05bb6469d96df9dea47dd5fab (patch)
tree52fcb76488e08234b97c6cc3f4f4c85c8018217b /usr.bin/ssh/uidswap.h
parent490e2f5eb069d46763dc16a4bc31efbe4b9270cc (diff)
fix prototypes; from stevesk@pobox.com
Diffstat (limited to 'usr.bin/ssh/uidswap.h')
-rw-r--r--usr.bin/ssh/uidswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/uidswap.h b/usr.bin/ssh/uidswap.h
index ff6fad4c1f4..72f17d0dca5 100644
--- a/usr.bin/ssh/uidswap.h
+++ b/usr.bin/ssh/uidswap.h
@@ -23,7 +23,7 @@ void temporarily_use_uid(uid_t uid);
* 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