Index: /trunk/include/VBox/HostServices/VBoxClipboardSvc.h
===================================================================
--- /trunk/include/VBox/HostServices/VBoxClipboardSvc.h	(revision 82484)
+++ /trunk/include/VBox/HostServices/VBoxClipboardSvc.h	(revision 82485)
@@ -1174,4 +1174,5 @@
 #pragma pack()
 
+#if 0 /** @todo r=bird: Wrong file + unused. Remove or put where they belong! */
 /**
  * Structure for keeping a Shared Clipboard file data chunk.
@@ -1198,26 +1199,5 @@
     int32_t rc;
 } SHCLERRORDATA, *PSHCLERRORDATA;
-
-/** Opaque client structure for API access. */
-struct _SHCLCLIENT;
-typedef struct _SHCLCLIENT SHCLCLIENT, *PSHCLCLIENT;
-
-/** Opaque client structure for API access. */
-struct _SHCLCLIENTCMDCTX;
-typedef struct _SHCLCLIENTCMDCTX SHCLCLIENTCMDCTX, *PSHCLCLIENTCMDCTX;
-
-/** @name Public service functions, accessible by the backends.
- *        Locking is between the (host) service thread and the platform-dependent (window) thread.
- * @{
- */
-int ShClSvcDataReadRequest(PSHCLCLIENT pClient, PSHCLDATAREQ pDataReq, PSHCLEVENTID puEvent);
-int ShClSvcDataReadSignal(PSHCLCLIENT pClient, PSHCLCLIENTCMDCTX pCmdCtx, PSHCLDATABLOCK pData);
-int ShClSvcFormatsReport(PSHCLCLIENT pClient, PSHCLFORMATDATA pFormats);
-/** @} */
-
-uint32_t ShClSvcGetMode(void);
-bool ShClSvcGetHeadless(void);
-bool ShClSvcLock(void);
-void ShClSvcUnlock(void);
+#endif
 
 #endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h */
Index: /trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
===================================================================
--- /trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h	(revision 82484)
+++ /trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h	(revision 82485)
@@ -240,4 +240,18 @@
 #endif /* VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */
 
+/** @name Service functions, accessible by the backends.
+ * Locking is between the (host) service thread and the platform-dependent (window) thread.
+ * @{
+ */
+int ShClSvcDataReadRequest(PSHCLCLIENT pClient, PSHCLDATAREQ pDataReq, PSHCLEVENTID puEvent);
+int ShClSvcDataReadSignal(PSHCLCLIENT pClient, PSHCLCLIENTCMDCTX pCmdCtx, PSHCLDATABLOCK pData);
+int ShClSvcFormatsReport(PSHCLCLIENT pClient, PSHCLFORMATDATA pFormats);
+uint32_t ShClSvcGetMode(void);
+bool ShClSvcGetHeadless(void);
+bool ShClSvcLock(void);
+void ShClSvcUnlock(void);
+/** @} */
+
+
 /** @name Platform-dependent implementations for the Shared Clipboard host service, called *only* by the host service.
  * @{
