aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/firejail.h')
-rw-r--r--src/firejail/firejail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index 85a4fbddb..8145c1bb5 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -458,7 +458,8 @@ void fs_mnt(const int enforce);
458 458
459// profile.c 459// profile.c
460// find and read the profile specified by name from dir directory 460// find and read the profile specified by name from dir directory
461int profile_find(const char *name, const char *dir); 461int profile_find(const char *name, const char *dir, int add_ext);
462int profile_find_firejail(const char *name, int add_ext);
462// read a profile file 463// read a profile file
463void profile_read(const char *fname); 464void profile_read(const char *fname);
464// check profile line; if line == 0, this was generated from a command line option 465// check profile line; if line == 0, this was generated from a command line option