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 c442a97bf..622be4d97 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -5,7 +5,7 @@
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 8 * the Free Software Foundation; eithe r version 2 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
10 * 10 *
11 * This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
@@ -815,6 +815,7 @@ int checkcfg(int val);
815void print_compiletime_support(void); 815void print_compiletime_support(void);
816 816
817// appimage.c 817// appimage.c
818int appimage_find_profile(const char *archive);
818void appimage_set(const char *appimage_path); 819void appimage_set(const char *appimage_path);
819void appimage_mount(void); 820void appimage_mount(void);
820void appimage_clear(void); 821void appimage_clear(void);