diff options
author | Harald Welte <laforge@gnumonks.org> | 2016-03-19 21:18:40 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-03-19 21:18:40 +0100 |
commit | 932d2d4ce31b9d2dfb028df2ca683b42fee7ee54 (patch) | |
tree | aaac9758ccfa727dbe3ae179db1a2eb433e5ade9 /src | |
parent | 6c33ae2605b038391a80dd5defb76a5fabb5dd2b (diff) |
sim: make osim_reader_ops public
Diffstat (limited to 'src')
-rw-r--r-- | src/sim/sim_int.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sim/sim_int.h b/src/sim/sim_int.h index 70247437..7b07b834 100644 --- a/src/sim/sim_int.h +++ b/src/sim/sim_int.h @@ -29,13 +29,6 @@ add_adf_with_ef(struct osim_file_desc *parent, const char *name, const struct osim_file_desc *in, int num); -struct osim_reader_ops { - const char *name; - struct osim_reader_hdl *(*reader_open)(int idx, const char *name, void *ctx); - struct osim_card_hdl *(*card_open)(struct osim_reader_hdl *rh, enum osim_proto proto); - int (*transceive)(struct osim_reader_hdl *rh, struct msgb *msg); -}; - extern const struct osim_reader_ops pcsc_reader_ops; #endif |