opensc/src/tools/gcns.h

10 lines
149 B
C

#ifndef GCNS_H
#define GCNS_h
#define GCNS_SUCCESS 0
#define GCNS_INIT -1001
#define GCNS_READ_PERSONAL_DATA -1002
#define GCNS_CLOSE -1003
#endif