Changeset 76562 in vbox for trunk/src/VBox/Main/include/AuthLibrary.h
- Timestamp:
- Jan 1, 2019 3:22:50 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/AuthLibrary.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_AUTHLIBRARY19 #define ____H_AUTHLIBRARY18 #ifndef MAIN_INCLUDED_AuthLibrary_h 19 #define MAIN_INCLUDED_AuthLibrary_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 42 42 void AuthLibDisconnect(const AUTHLIBRARYCONTEXT *pAuthLibCtx, PCRTUUID pUuid, uint32_t u32ClientId); 43 43 44 #endif /* !____H_AUTHLIBRARY*/44 #endif /* !MAIN_INCLUDED_AuthLibrary_h */
Note:
See TracChangeset
for help on using the changeset viewer.