/*********************************************************
- * Copyright (C) 2006-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2018 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
const char *licenseName,
const char *licenseVersion,
const char *bundleIdentifier);
-
+void ProductState_SetProduct(uint64 product);
+void ProductState_SetName(const char *name);
+void ProductState_SetLicenseName(const char *licenseName);
unsigned int ProductState_GetBuildNumber(void);
const char *ProductState_GetBuildNumberString(void);
const char *ProductState_GetBundleIdentifier(void);