Changeset 24334 in vbox
- Timestamp:
- Nov 4, 2009 2:09:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r24270 r24334 488 488 * @{ */ 489 489 VBGLR3DECL(int) VbglR3HostVersionCompare(const char *pszVer1, const char *pszVer2); 490 VBGLR3DECL(int) VbglR3HostVersionCheckForUpdate(uint32_t u32ClientId, bool * bUpdate, char **ppszHostVersion, char **ppszGuestVersion);490 VBGLR3DECL(int) VbglR3HostVersionCheckForUpdate(uint32_t u32ClientId, bool *pfUpdate, char **ppszHostVersion, char **ppszGuestVersion); 491 491 VBGLR3DECL(int) VbglR3HostVersionLastCheckedLoad(uint32_t u32ClientId, char **ppszVer); 492 492 VBGLR3DECL(int) VbglR3HostVersionLastCheckedStore(uint32_t u32ClientId, const char *pszVer);
Note:
See TracChangeset
for help on using the changeset viewer.