diff --git a/proto.h b/proto.h index 5813a16..e257469 100644 --- a/proto.h +++ b/proto.h @@ -312,6 +312,8 @@ unsigned int seamless_send_destroy(unsigned long id); /* scard.c */ void scard_lock(int lock); void scard_unlock(int lock); +int scard_enum_devices(uint32 * id, char *optarg); +void scardSetInfo(uint32 device, uint32 id, uint32 bytes_out); /* *INDENT-OFF* */ #ifdef __cplusplus diff --git a/scard.h b/scard.h index 5c85181..d14ffee 100644 --- a/scard.h +++ b/scard.h @@ -172,4 +172,3 @@ typedef struct _TThreadListElement struct _TThreadListElement *next; } TThreadListElement, *PThreadListElement; -int scard_enum_devices(uint32 * id, char *optarg);