remove unused 'next' pointers
authorHarald Welte <laforge@gnumonks.org>
Wed, 18 Oct 2006 14:49:24 +0000 (14:49 +0000)
committerHarald Welte <laforge@gnumonks.org>
Wed, 18 Oct 2006 14:49:24 +0000 (14:49 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1912 e0336214-984f-0b4b-a45f-81c69e1f0ede

include/librfid/rfid_layer2.h
include/librfid/rfid_protocol.h
include/librfid/rfid_reader.h

index 1ef0713..dcd05e4 100644 (file)
@@ -64,7 +64,6 @@ struct rfid_layer2 {
                              int optname, const void *optval,
                              unsigned int optlen);
        } fn;
-       struct rfid_layer2 *next;
 };
 
 struct rfid_layer2_handle {
index 446abd9..2c1d0e8 100644 (file)
@@ -49,7 +49,6 @@ enum rfid_protocol_opt {
 #ifdef __LIBRFID__
 
 struct rfid_protocol {
-       struct rfid_protocol *next;
        unsigned int id;
        char *name;
        struct {
index 2a5c2d1..b41672f 100644 (file)
@@ -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 {