summaryrefslogtreecommitdiff
path: root/include/librfid/rfid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid.h')
-rw-r--r--include/librfid/rfid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/librfid/rfid.h b/include/librfid/rfid.h
index 6717ef8..76e86e3 100644
--- a/include/librfid/rfid.h
+++ b/include/librfid/rfid.h
@@ -11,8 +11,14 @@ enum rfid_frametype {
RFID_MIFARE_FRAME,
};
+#if 0
#define DEBUGP(x, args ...) fprintf(stderr, "%s(%d):%s: " x, __FILE__, __LINE__, __FUNCTION__, ## args)
#define DEBUGPC(x, args ...) fprintf(stderr, x, ## args)
+#else
+#define DEBUGP(x, args ...)
+#define DEBUGPC(x, args ...)
+#endif
+
extern const char *rfid_hexdump(const void *data, unsigned int len);
#ifndef ARRAY_SIZE
personal git repositories of Harald Welte. Your mileage may vary