X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=src%2Frfid_scan.c;h=477265adf0a7441f20afbc44f0a45fe406c9f145;hb=893a580c6f1c7f1cc50d9bd1acc51c9fd6307a17;hp=f50bee6b9b8b0880a77bd99642b936cd26e84868;hpb=6ae1ffc4f537eb4748c801f6d42ed08ee7221c6f;p=librfid diff --git a/src/rfid_scan.c b/src/rfid_scan.c index f50bee6..477265a 100644 --- a/src/rfid_scan.c +++ b/src/rfid_scan.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include @@ -43,7 +43,7 @@ rfid_layer2_scan1(struct rfid_reader_handle *rh, int l2) return NULL; } -static struct rfid_layer2_handle * +struct rfid_layer2_handle * rfid_layer2_scan(struct rfid_reader_handle *rh) { struct rfid_layer2_handle *l2h; @@ -80,7 +80,7 @@ rfid_protocol_scan1(struct rfid_layer2_handle *l2h, int proto) return NULL; } -static struct rfid_protocol_handle * +struct rfid_protocol_handle * rfid_protocol_scan(struct rfid_layer2_handle *l2h) { struct rfid_protocol_handle *ph;