aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/firejail_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/firejail_user.h')
-rw-r--r--src/include/firejail_user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/firejail_user.h b/src/include/firejail_user.h
index a7d30225e..66e618fbe 100644
--- a/src/include/firejail_user.h
+++ b/src/include/firejail_user.h
@@ -20,6 +20,8 @@
20#ifndef FIREJAIL_USER_H 20#ifndef FIREJAIL_USER_H
21#define FIREJAIL_USER_H 21#define FIREJAIL_USER_H
22 22
23extern int uid_min;
24extern int gid_min;
23 25
24// returns 1 if the user is found in the database or if the database was not created 26// returns 1 if the user is found in the database or if the database was not created
25int firejail_user_check(const char *name); 27int firejail_user_check(const char *name);