Artifact 07bd3e95e86c0837ee6ecf2f0f1cca456fca339c:
- File pcsc/libpcsc.h — part of check-in [b209244e1b] at 2016-04-14 17:38:51 on branch trunk — Removed unused parameters in NaCl PCSC initialization (user: rkeene, size: 248) [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); bool pcscNaClHandleMessage(const pp::Var &message); #endif #endif