From: Oliver Kurth Date: Mon, 20 Aug 2018 19:48:06 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~480 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3e899b9d349ed252ba5d27a0d58c8ed0b6d66c;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/productState.h b/open-vm-tools/lib/include/productState.h index 327a33f05..3d8602473 100644 --- a/open-vm-tools/lib/include/productState.h +++ b/open-vm-tools/lib/include/productState.h @@ -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);