Artifact 5374437abddab092fe9e3c2411086be69efe6257:
- File pcsc/libpcsc.h — part of check-in [3dc3a3b281] at 2016-04-14 02:28:56 on branch trunk — More work towards something possibly usable one day (user: rkeene, size: 305) [annotate] [blame] [check-ins using]
- File pcsc/pcsc-nacl.h — part of check-in [727411c09e] at 2016-04-13 21:58:41 on branch trunk — First incomplete conversion from the old PCSC build to the new one (user: rkeene, size: 305) [annotate] [blame] [check-ins using]
#ifndef PCSC_NACL_H #define PCSC_NACL_H 1 #ifdef __cplusplus #include <ppapi/cpp/core.h> #include <ppapi/cpp/instance.h> void pcscNaClInit(pp::Instance *instance, pp::Core *core, const char *smartcardManagerAppId, const char *clientId); bool pcscNaClHandleMessage(const pp::Var &message); #endif #endif