diff options
author | Harald Welte <laforge@gnumonks.org> | 2014-05-04 16:30:46 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-10-26 19:09:24 +0100 |
commit | 30115dbd72e121b6b5c29a8224419cc554024b95 (patch) | |
tree | f73e6d8f19f14736124de79f20da3b8ed86846d7 /src/sim/sim_int.h | |
parent | 171c5b1ec7fef03ded86a44ba8a19fdf974abc6f (diff) |
sim: Only one default_decode() function for all card types
Diffstat (limited to 'src/sim/sim_int.h')
-rw-r--r-- | src/sim/sim_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sim/sim_int.h b/src/sim/sim_int.h index 73f144ca..0a3772bc 100644 --- a/src/sim/sim_int.h +++ b/src/sim/sim_int.h @@ -12,6 +12,9 @@ element_alloc_sub(struct osim_decoded_element *ee, const char *name, extern const struct osim_card_sw ts102221_uicc_sw[0]; +int default_decode(struct osim_decoded_data *dd, + const struct osim_file_desc *desc, + int len, uint8_t *data); void add_filedesc(struct osim_file_desc *root, const struct osim_file_desc *in, int num); struct osim_file_desc *alloc_df(void *ctx, uint16_t fid, const char *name); |