]> 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>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
open-vm-tools/lib/include/config.h

index 7ffcafd206e41e9fa9630f90412f24045dde50b7..0ad5aa5f90ce27f56e5c0c7c2b9613d7a8324e9c 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2018,2021 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
@@ -41,6 +41,8 @@ struct KeySafeUserRing;
 
 void Config_SetAny(const char *value,
                    const char *fmt, ...) PRINTF_DECL(2, 3);
+void Config_SetAnySecure(const char *value,
+                         const char *fmt, ...) PRINTF_DECL(2, 3);
 void Config_SetString(const char *value,
                       const char *fmt, ...) PRINTF_DECL(2, 3);
 void Config_SetStringPlain(const char *value,