Changeset 100204 in vbox for trunk/src/VBox/Additions/haiku/VBoxTray
- Timestamp:
- Jun 19, 2023 9:11:37 AM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 157911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxServiceDescriptor.h
r98103 r100204 71 71 72 72 /* The shared clipboard service prototypes. */ 73 int VBoxShClInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread);73 int vbtrShClInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread); 74 74 unsigned __stdcall VBoxShClThread(void *pInstance); 75 void VBoxShClDestroy(const VBOXSERVICEENV *pEnv, void *pInstance);75 void vbtrShClDestroy(const VBOXSERVICEENV *pEnv, void *pInstance); 76 76 77 77 #endif /* !GA_INCLUDED_SRC_haiku_VBoxTray_VBoxServiceDescriptor_h */
Note:
See TracChangeset
for help on using the changeset viewer.