Changeset 24270 in vbox
- Timestamp:
- Nov 2, 2009 3:54:48 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r24259 r24270 496 496 /** @name User credentials handling 497 497 * @{ */ 498 VBGLR3DECL(bool) VbglR3CredentialsA vailable(void);498 VBGLR3DECL(bool) VbglR3CredentialsAreAvailable(void); 499 499 VBGLR3DECL(int) VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain); 500 500 /** @} */ -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp
r24269 r24270 24 24 * Header Files * 25 25 *******************************************************************************/ 26 #include <stdlib.h>27 #include <stdio.h>28 26 #include <iprt/string.h> 29 27 #include <VBox/log.h> … … 38 36 * 39 37 */ 40 VBGLR3DECL(bool) VbglR3CredentialsA vailable(void)38 VBGLR3DECL(bool) VbglR3CredentialsAreAvailable(void) 41 39 { 42 40 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.