aboutsummaryrefslogtreecommitdiffstats
path: root/src/userinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userinfo.h')
-rw-r--r--src/userinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userinfo.h b/src/userinfo.h
index 4c0ca55..6886284 100644
--- a/src/userinfo.h
+++ b/src/userinfo.h
@@ -35,6 +35,6 @@ int user_uid(const char *username, uid_t *ret);
int group_gid(const char *groupname, gid_t *ret);
int user_belongs_to_group(uid_t uid, gid_t gid);
-void invalidate_user_cache(); /* safe to call from signal handler */
+void invalidate_user_cache(void); /* safe to call from signal handler */
#endif