aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim/sim_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/sim_int.h')
-rw-r--r--src/sim/sim_int.h3
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);