summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2006-10-18 14:49:24 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2006-10-18 14:49:24 +0000
commit29063ce3c9abe64abc1d6279c5fe8f292ffba35f (patch)
tree301d04b926c7d2db0e1b2234ae764f7b48d050b6 /include
parent551be94aeefd9d14cf9efa74e435b7ae0d8041e0 (diff)
remove unused 'next' pointers
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1912 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'include')
-rw-r--r--include/librfid/rfid_layer2.h1
-rw-r--r--include/librfid/rfid_protocol.h1
-rw-r--r--include/librfid/rfid_reader.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/librfid/rfid_layer2.h b/include/librfid/rfid_layer2.h
index 1ef0713..dcd05e4 100644
--- a/include/librfid/rfid_layer2.h
+++ b/include/librfid/rfid_layer2.h
@@ -64,7 +64,6 @@ struct rfid_layer2 {
int optname, const void *optval,
unsigned int optlen);
} fn;
- struct rfid_layer2 *next;
};
struct rfid_layer2_handle {
diff --git a/include/librfid/rfid_protocol.h b/include/librfid/rfid_protocol.h
index 446abd9..2c1d0e8 100644
--- a/include/librfid/rfid_protocol.h
+++ b/include/librfid/rfid_protocol.h
@@ -49,7 +49,6 @@ enum rfid_protocol_opt {
#ifdef __LIBRFID__
struct rfid_protocol {
- struct rfid_protocol *next;
unsigned int id;
char *name;
struct {
diff --git a/include/librfid/rfid_reader.h b/include/librfid/rfid_reader.h
index 2a5c2d1..b41672f 100644
--- a/include/librfid/rfid_reader.h
+++ b/include/librfid/rfid_reader.h
@@ -45,7 +45,6 @@ struct rfid_reader {
int (*auth)(struct rfid_reader_handle *h, u_int8_t cmd,
u_int32_t serno, u_int8_t block);
} mifare_classic;
- struct rfid_reader *next;
};
enum rfid_reader_id {
personal git repositories of Harald Welte. Your mileage may vary