aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-11-08 11:30:11 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2018-11-08 11:30:11 -0500
commit360ca718df24bda1f3565b24989b7d2562be33a3 (patch)
tree3f4252227e0b738350221e2dc1490d54914c73b7
parentprofile parser testing (diff)
downloadfirejail-360ca718df24bda1f3565b24989b7d2562be33a3.tar.gz
firejail-360ca718df24bda1f3565b24989b7d2562be33a3.tar.zst
firejail-360ca718df24bda1f3565b24989b7d2562be33a3.zip
fix compile
-rw-r--r--src/firejail/firejail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index 46aea4bd4..8a397e3d8 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -461,7 +461,7 @@ void fs_mnt(const int enforce);
461 461
462// profile.c 462// profile.c
463// find and read the profile specified by name from dir directory 463// find and read the profile specified by name from dir directory
464//int profile_find_firejail(const char *name, int add_ext); 464int profile_find_firejail(const char *name, int add_ext);
465// read a profile file 465// read a profile file
466void profile_read(const char *fname); 466void profile_read(const char *fname);
467// check profile line; if line == 0, this was generated from a command line option 467// check profile line; if line == 0, this was generated from a command line option