From 360ca718df24bda1f3565b24989b7d2562be33a3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 8 Nov 2018 11:30:11 -0500 Subject: fix compile --- src/firejail/firejail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); // profile.c // find and read the profile specified by name from dir directory -//int profile_find_firejail(const char *name, int add_ext); +int profile_find_firejail(const char *name, int add_ext); // read a profile file void profile_read(const char *fname); // check profile line; if line == 0, this was generated from a command line option -- cgit v1.2.3-54-g00ecf