diff options
author | Harald Welte <laforge@gnumonks.org> | 2013-03-04 17:52:33 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-10-26 19:09:23 +0100 |
commit | d83d29610a7c63a387fee77dbc2b18b19dc83b14 (patch) | |
tree | d0f3f4e7cefcc7ebcdcaa5620155e79f82ccd891 /src/sim/sim_int.h | |
parent | 7674960ffadd5d7cb1a58ecee77252fe19e1e86f (diff) |
sim: further updates/fixes
Diffstat (limited to 'src/sim/sim_int.h')
-rw-r--r-- | src/sim/sim_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/sim_int.h b/src/sim/sim_int.h index 411c3225..73f144ca 100644 --- a/src/sim/sim_int.h +++ b/src/sim/sim_int.h @@ -28,7 +28,7 @@ add_adf_with_ef(struct osim_file_desc *parent, struct osim_reader_ops { const char *name; - struct osim_reader_hdl *(*reader_open)(int idx, 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); int (*transceive)(struct osim_reader_hdl *rh, struct msgb *msg); }; |