]> 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>
Mon, 20 Aug 2018 19:48:06 +0000 (12:48 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 20 Aug 2018 19:48:06 +0000 (12:48 -0700)
open-vm-tools/lib/include/productState.h

index 327a33f05fbf4e8f383f66d84d3b57681fe2ac65..3d8602473359ff50ce47013091e6d34ba1736b9b 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * 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
@@ -76,7 +76,9 @@ void ProductState_Set(Product product,
                       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);