VirtualBox

Changeset 23878 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 19, 2009 4:31:44 PM (15 years ago)
Author:
vboxsync
Message:

VbglR3/VBoxTray/VBoxClient: Forgot the header file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r23856 r23878  
    476476 * @{ */
    477477VBGLR3DECL(int)     VbglR3HostVersionCompare(const char *pszVer1, const char *pszVer2);
    478 VBGLR3DECL(bool)    VbglR3HostVersionCheckForUpdate(char **ppszHostVersion, char **ppszGuestVersion);
    479 VBGLR3DECL(int)     VbglR3HostVersionStore(const char* pszVer);
     478VBGLR3DECL(int)     VbglR3HostVersionCheckForUpdate(uint32_t u32ClientId, bool *bUpdate, char **ppszHostVersion, char **ppszGuestVersion);
     479VBGLR3DECL(int)     VbglR3HostVersionLastCheckedLoad(uint32_t u32ClientId, char **ppszVer);
     480VBGLR3DECL(int)     VbglR3HostVersionLastCheckedStore(uint32_t u32ClientId, const char *pszVer);
    480481/** @}  */
    481482# endif /* VBOX_WITH_GUEST_PROPS defined */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette