Changeset 23878 in vbox for trunk/include/VBox
- Timestamp:
- Oct 19, 2009 4:31:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r23856 r23878 476 476 * @{ */ 477 477 VBGLR3DECL(int) VbglR3HostVersionCompare(const char *pszVer1, const char *pszVer2); 478 VBGLR3DECL(bool) VbglR3HostVersionCheckForUpdate(char **ppszHostVersion, char **ppszGuestVersion); 479 VBGLR3DECL(int) VbglR3HostVersionStore(const char* pszVer); 478 VBGLR3DECL(int) VbglR3HostVersionCheckForUpdate(uint32_t u32ClientId, bool *bUpdate, char **ppszHostVersion, char **ppszGuestVersion); 479 VBGLR3DECL(int) VbglR3HostVersionLastCheckedLoad(uint32_t u32ClientId, char **ppszVer); 480 VBGLR3DECL(int) VbglR3HostVersionLastCheckedStore(uint32_t u32ClientId, const char *pszVer); 480 481 /** @} */ 481 482 # endif /* VBOX_WITH_GUEST_PROPS defined */
Note:
See TracChangeset
for help on using the changeset viewer.