]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header files not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Thu, 22 Jan 2026 04:42:53 +0000 (20:42 -0800)
committerKruti Pendharkar <kp025370@broadcom.com>
Thu, 22 Jan 2026 04:42:53 +0000 (20:42 -0800)
open-vm-tools/services/plugins/vmbackup/vmBackupInt.h
open-vm-tools/services/vmtoolsd/toolsCoreInt.h

index 65e2e552757c9b6a962051462e2bf3d33064cb26..cc008935c0cf85e83247f7cb2cc15977cbcec4e7 100644 (file)
@@ -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_*/
 
index 409eed63cad6f4210c9919864dba08a6b0adf103..42a08ff07b1b538bde7fe4ac0759c86e6a96cbd6 100644 (file)
@@ -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_ */