FreeRDP
smartcard_inspect.h
1 
22 #ifndef WINPR_SMARTCARD_INSPECT_PRIVATE_H
23 #define WINPR_SMARTCARD_INSPECT_PRIVATE_H
24 
25 #include <winpr/platform.h>
26 #include <winpr/smartcard.h>
27 
28 const SCardApiFunctionTable* Inspect_RegisterSCardApi(const SCardApiFunctionTable* pSCardApi);
29 
30 #endif /* WINPR_SMARTCARD_INSPECT_PRIVATE_H */