summaryrefslogtreecommitdiff
path: root/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'files.h')
-rw-r--r--files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/files.h b/files.h
index 18e5e1e..3a2f7a7 100644
--- a/files.h
+++ b/files.h
@@ -59,7 +59,7 @@ char *process_template_file(Options *op, PackageEntry *pe,
char **tokens, char **replacements);
void process_libGL_la_files(Options *op, Package *p);
void process_dot_desktop_files(Options *op, Package *p);
-int set_security_context(Options *op, const char *filename);
+int set_security_context(Options *op, const char *filename, const char *type);
void get_default_prefixes_and_paths(Options *op);
#endif /* __NVIDIA_INSTALLER_FILES_H__ */