/*********************************************************
- * 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
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,