summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc.h b/misc.h
index 93f8d49..f63e047 100644
--- a/misc.h
+++ b/misc.h
@@ -95,5 +95,7 @@ int verify_crc(Options *op, const char *filename, unsigned int crc,
int secure_boot_enabled(void);
ElfFileType get_elf_architecture(const char *filename);
void set_concurrency_level(Options *op);
+char *get_pkg_config_variable(Options *op,
+ const char *pkg, const char *variable);
#endif /* __NVIDIA_INSTALLER_MISC_H__ */