Register AIDs (stub)
This commit is contained in:
committed by
Frank Morgner
parent
f2a68c95c1
commit
45273626eb
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user