From: John Wolfe Date: Mon, 18 Oct 2021 14:31:44 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f2a9bb928e5d41c308684e68ed68a742dfd8222;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/config.h b/open-vm-tools/lib/include/config.h index 0ad5aa5f9..0797a180e 100644 --- a/open-vm-tools/lib/include/config.h +++ b/open-vm-tools/lib/include/config.h @@ -115,7 +115,9 @@ Bool Config_Load(const char *filename); Bool Config_Write(void); Bool Config_WriteNoMsg(void); -Bool Config_FileIsWritable(void); +Bool Config_FileIsWritable(void); + +Bool Config_IsIntegrityProtected(void); uint32 Config_GetMask(uint32 defaultMask, const char *optionName); uint64 Config_GetMask64(uint64 defaultMask, const char *optionName);