summaryrefslogtreecommitdiff
path: root/uidswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'uidswap.h')
-rw-r--r--uidswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidswap.h b/uidswap.h
index ff6fad4c1..72f17d0dc 100644
--- a/uidswap.h
+++ b/uidswap.h
@@ -23,7 +23,7 @@ void temporarily_use_uid(uid_t uid);
23 * Restores the original effective user id after temporarily_use_uid(). 23 * Restores the original effective user id after temporarily_use_uid().
24 * This should only be called while temporarily_use_uid is effective. 24 * This should only be called while temporarily_use_uid is effective.
25 */ 25 */
26void restore_uid(); 26void restore_uid(void);
27 27
28/* 28/*
29 * Permanently sets all uids to the given uid. This cannot be called while 29 * Permanently sets all uids to the given uid. This cannot be called while