]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 5 Dec 2017 00:27:21 +0000 (16:27 -0800)
committerOliver Kurth <okurth@vmware.com>
Tue, 5 Dec 2017 00:27:21 +0000 (16:27 -0800)
open-vm-tools/lib/include/config.h

index f628de33811682ccf3de89954f22aca153b5fe07..685b77c3daa825c922af1089bd6f4344615f41ff 100644 (file)
@@ -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);