Need two more smart card prototypes, to avoid warnings.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1558 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2010-01-26 10:13:53 +00:00
parent 42f4ca28d5
commit 564175719c
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -172,4 +172,3 @@ typedef struct _TThreadListElement
struct _TThreadListElement *next;
} TThreadListElement, *PThreadListElement;
int scard_enum_devices(uint32 * id, char *optarg);