From 932d2d4ce31b9d2dfb028df2ca683b42fee7ee54 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 19 Mar 2016 21:18:40 +0100 Subject: sim: make osim_reader_ops public --- src/sim/sim_int.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/sim') 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 -- cgit v1.2.3