From: Oliver Kurth Date: Tue, 5 Dec 2017 00:27:21 +0000 (-0800) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=976e505b4ad5233f4eb97c7e09be63f6b0662fc7;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 f628de338..685b77c3d 100644 --- a/open-vm-tools/lib/include/config.h +++ b/open-vm-tools/lib/include/config.h @@ -97,6 +97,7 @@ double Config_GetDouble(double defaultValue, Bool Config_NotSet(const char *fmt, ...) PRINTF_DECL(1, 2); Bool Config_Unset(const char *fmt, ...) PRINTF_DECL(1, 2); Bool Config_UnsetWithPrefix(const char *fmt, ...) PRINTF_DECL(1, 2); +Bool Config_NeedSave(void); void Config_Set(void *value, int type, const char *fmt, ...) PRINTF_DECL(3, 4);