38long int time_sub(
struct timeval *a,
struct timeval *b);
41LONG SCardCheckDaemonAvailability(
void);
45#define PID_ASCII_SIZE 11
46pid_t GetDaemonPid(
void);
47int SendHotplugSignal(
void);
49int CheckForOpenCT(
void);
52#define THREAD_ATTR_DEFAULT 0
53#define THREAD_ATTR_DETACHED 1
55#define PCSCLITE_THREAD_FUNCTION(f) void *(*f)(void *)
57int ThreadCreate(pthread_t *,
int, PCSCLITE_THREAD_FUNCTION( ),
This keeps track of a list of currently available reader structures.
long int time_sub(struct timeval *a, struct timeval *b)
return the difference (as long int) in µs between 2 struct timeval r = a - b
This keeps a list of Windows(R) types.