Changeset 24259 in vbox
- Timestamp:
- Nov 2, 2009 2:46:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54229
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r23916 r24259 494 494 # endif /* VBOX_WITH_GUEST_PROPS defined */ 495 495 496 /** @name User credentials handling 497 * @{ */ 498 VBGLR3DECL(bool) VbglR3CredentialsAvailable(void); 499 VBGLR3DECL(int) VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain); 500 /** @} */ 501 496 502 #endif /* IN_RING3 */ 497 503 /** @} */ -
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r23866 r24259 84 84 VBoxGuestR3Lib.cpp \ 85 85 VBoxGuestR3LibClipboard.cpp \ 86 VBoxGuestR3LibCredentials.cpp \ 86 87 VBoxGuestR3LibDaemonize.cpp \ 87 88 VBoxGuestR3LibGR.cpp \ … … 97 98 VBoxGuestR3Lib_SOURCES = \ 98 99 VBoxGuestR3Lib.cpp \ 100 VBoxGuestR3LibCredentials.cpp \ 99 101 VBoxGuestR3LibGR.cpp \ 100 102 $(if $(VBOX_WITH_GUEST_PROPS), \
Note:
See TracChangeset
for help on using the changeset viewer.