]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 18 Oct 2021 14:31:44 +0000 (07:31 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 18 Oct 2021 14:31:44 +0000 (07:31 -0700)
open-vm-tools/lib/include/config.h

index 0ad5aa5f90ce27f56e5c0c7c2b9613d7a8324e9c..0797a180e3bf01d5c15062c02c81b6afc3dd664d 100644 (file)
@@ -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);