From: Kruti Pendharkar Date: Thu, 22 Jan 2026 04:42:53 +0000 (-0800) Subject: Change to common header files not applicable to open-vm-tools. X-Git-Tag: stable-13.0.10~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e6507951e8d2f3ebdcbdd5692acc43d43bfe1c;p=thirdparty%2Fopen-vm-tools.git Change to common header files not applicable to open-vm-tools. --- diff --git a/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h b/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h index 65e2e5527..cc008935c 100644 --- a/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h +++ b/open-vm-tools/services/plugins/vmbackup/vmBackupInt.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 2008-2019, 2023 VMware, Inc. All rights reserved. + * Copyright (c) 2008-2025 Broadcom. All Rights Reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * 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 @@ -156,6 +157,7 @@ typedef Bool (*VmBackupCallback)(VmBackupState *); typedef Bool (*VmBackupProviderCallback)(VmBackupState *, void *clientData); typedef Bool (*VmBackupCompleterCallback)(VmBackupState *, void *clientData); +G_BEGIN_DECLS /** * Defines the interface between the state machine and the implementation @@ -314,5 +316,7 @@ VmBackup_SendEventNoAbort(const char *event, const uint32 code, const char *desc); +G_END_DECLS + #endif /* _VMBACKUPINT_H_*/ diff --git a/open-vm-tools/services/vmtoolsd/toolsCoreInt.h b/open-vm-tools/services/vmtoolsd/toolsCoreInt.h index 409eed63c..42a08ff07 100644 --- a/open-vm-tools/services/vmtoolsd/toolsCoreInt.h +++ b/open-vm-tools/services/vmtoolsd/toolsCoreInt.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 2008-2021,2023 VMware, Inc. All rights reserved. + * Copyright (c) 2008-2025 Broadcom. All Rights Reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * 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 @@ -110,6 +111,7 @@ typedef struct ToolsServiceState { #endif } ToolsServiceState; +G_BEGIN_DECLS gboolean ToolsCore_ParseCommandLine(ToolsServiceState *state, @@ -179,5 +181,7 @@ ToolsCorePool_Init(ToolsAppCtx *ctx); void ToolsCorePool_Shutdown(ToolsAppCtx *ctx); +G_END_DECLS + #endif /* _TOOLSCOREINT_H_ */