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~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff8e802b6a2fdf1595d032a1ab94b9f83a2f61b;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 0797a180e..0ad5aa5f9 100644 --- a/open-vm-tools/lib/include/config.h +++ b/open-vm-tools/lib/include/config.h @@ -115,9 +115,7 @@ Bool Config_Load(const char *filename); Bool Config_Write(void); Bool Config_WriteNoMsg(void); -Bool Config_FileIsWritable(void); - -Bool Config_IsIntegrityProtected(void); +Bool Config_FileIsWritable(void); uint32 Config_GetMask(uint32 defaultMask, const char *optionName); uint64 Config_GetMask64(uint64 defaultMask, const char *optionName);