]> 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 25490c46038bff20311fb12a47eecdcd426bab7b..f628de33811682ccf3de89954f22aca153b5fe07 100644 (file)
@@ -95,8 +95,8 @@ int32 Config_GetTriState(int32 defaultValue,
 double Config_GetDouble(double defaultValue,
                         const char *fmt, ...) PRINTF_DECL(2, 3);
 Bool Config_NotSet(const char *fmt, ...) PRINTF_DECL(1, 2);
-void Config_Unset(const char *fmt, ...) PRINTF_DECL(1, 2);
-void Config_UnsetWithPrefix(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);
 
 void Config_Set(void *value, int type,
                 const char *fmt, ...) PRINTF_DECL(3, 4);