FreeRDP
smartcard_cli.h
1 
20 #ifndef UTILS_SMARTCARD_CLI_H__
21 #define UTILS_SMARTCARD_CLI_H__
22 
23 #include <freerdp/api.h>
24 #include <freerdp/settings.h>
25 
26 #ifdef __cplusplus
27 extern "C"
28 {
29 #endif /* __cplusplus */
30 
31  FREERDP_API BOOL freerdp_smartcard_list(const rdpSettings* settings);
32 
33 #ifdef __cplusplus
34 }
35 #endif /* __cplusplus */
36 
37 #endif /* UTILS_SMARTCARD_CLI_H__ */