Re: [PATCH 1/5] Add SIM authentication atom's driver definitions.

2011-01-18 Thread Denis Kenzior
Hi Andrew, +typedef void (*ofono_sim_list_apps_cb_t)(const struct ofono_error *error, + struct ofono_sim_app_record *list, + int count, void *data); So I've been thinking about this one. Was there a reason why you want

[PATCH 1/5] Add SIM authentication atom's driver definitions.

2011-01-17 Thread Andrzej Zaborowski
Structures and function declarations for the SIM authentication atom as proposed by Pekka Pessi, with just one method at the moment. --- Makefile.am|2 +- include/sim-auth.h | 64 include/types.h|6 + 3 files changed,