Register AIDs (stub)

This commit is contained in:
Jan-Christopher Pien
2016-10-10 22:25:33 +02:00
committed by Frank Morgner
parent f2a68c95c1
commit 45273626eb
3 changed files with 33 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
#include <stddef.h>
#include <glib.h>
#include <nfc.h>
#include <glib.h>
//extern unsigned char *rapdu;
//extern size_t rapdu_length;
@@ -23,5 +24,6 @@ gboolean find_peers();
gboolean request_service_connection(void);
gboolean terminate_service_connection(void);
gboolean send_data(nfc_se_h nfc_handle, void *message, unsigned int message_len);
GSList* request_installed_aids();
#endif /* __tcardemulator_H__ */