aboutsummaryrefslogtreecommitdiffstats
path: root/binding/afm-nfc-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'binding/afm-nfc-common.h')
-rw-r--r--binding/afm-nfc-common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/binding/afm-nfc-common.h b/binding/afm-nfc-common.h
index c4c4cff..24a879c 100644
--- a/binding/afm-nfc-common.h
+++ b/binding/afm-nfc-common.h
@@ -21,17 +21,8 @@
#include <glib.h>
#include <json-c/json.h>
-#include <nfc/nfc-types.h>
-
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
-
-char *to_hex_string(unsigned char *data, size_t size);
-
typedef struct {
- nfc_context *ctx;
- nfc_device *dev;
-
gchar *adapter;
GMainLoop *loop;