X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flibrfid%2Frfid_scan.h;h=50910fb50cba9e17e41573ce76e6fd05dad80cca;hb=25edebd1af6fd0dd91b870ccc57002a9f477c263;hp=dcfd7bf32195917be5fdb9e51fcf1f9fa5853195;hpb=d405140edf9bdb25465ba7ddb203280d50a96b4d;p=librfid diff --git a/include/librfid/rfid_scan.h b/include/librfid/rfid_scan.h index dcfd7bf..50910fb 100644 --- a/include/librfid/rfid_scan.h +++ b/include/librfid/rfid_scan.h @@ -5,6 +5,12 @@ #include #include +struct rfid_layer2_handle * +rfid_layer2_scan(struct rfid_reader_handle *rh); + +struct rfid_protocol_handle * +rfid_protocol_scan(struct rfid_layer2_handle *l2h); + int rfid_scan(struct rfid_reader_handle *rh, struct rfid_layer2_handle **l2h, struct rfid_protocol_handle **ph);