opensc/src/tools/gcns.h

10 lines
149 B
C
Raw Normal View History

2022-01-06 17:04:42 +00:00
#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