From: John Wolfe Date: Sun, 1 Jan 2023 06:13:07 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.2.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df63ef8559535bc57dfb5cecff7944074aca33e4;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..df41c6913 100644 --- a/open-vm-tools/lib/include/config.h +++ b/open-vm-tools/lib/include/config.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2018,2021 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2018,2021-2022 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -117,8 +117,6 @@ Bool Config_WriteNoMsg(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);