Changeset 40158 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
- Timestamp:
- Feb 16, 2012 5:06:35 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r39906 r40158 411 411 412 412 #ifdef VBOXSERVICE_MANAGEMENT 413 extern uint32_t VBoxServiceBalloonQueryPages(uint32_t cbPage);413 extern uint32_t VBoxServiceBalloonQueryPages(uint32_t cbPage); 414 414 #endif 415 415 #if defined(VBOX_WITH_PAGE_SHARING) && defined(RT_OS_WINDOWS) 416 extern RTEXITCODE VBoxServicePageSharingInitFork(void); 417 #endif 416 extern RTEXITCODE VBoxServicePageSharingInitFork(void); 417 #endif 418 extern int VBoxServiceVMInfoSignal(void); 418 419 419 420 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.