diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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__ */ |