Changeset 85121 in vbox for trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientInternal.h
- Timestamp:
- Jul 8, 2020 7:33:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientInternal.h
r82968 r85121 35 35 * @returns VBox status code. 36 36 */ 37 DECLCALLBACKMEMBER(int, pfnStart )(void);37 DECLCALLBACKMEMBER(int, pfnStart,(void)); 38 38 39 39 /** … … 41 41 * @returns VBox status code. 42 42 */ 43 DECLCALLBACKMEMBER(int, pfnStop )(void);43 DECLCALLBACKMEMBER(int, pfnStop,(void)); 44 44 45 45 } VBOXCLIENTSERVICE;
Note:
See TracChangeset
for help on using the changeset viewer.