From 190b52c4cd78b47e93f5d65e6e934a40f3284398 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 6 Sep 2010 10:00:41 +0000 Subject: [PATCH] Remove a miss-placed prototypes. --- libnfc/mirror-subr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libnfc/mirror-subr.h b/libnfc/mirror-subr.h index 1cc3b72..51ba3e2 100644 --- a/libnfc/mirror-subr.h +++ b/libnfc/mirror-subr.h @@ -28,8 +28,6 @@ #include -byte_t oddparity(const byte_t bt); -void oddparity_byte_ts(const byte_t* pbtData, const size_t szLen, byte_t* pbtPar); byte_t mirror(byte_t bt); uint32_t mirror32(uint32_t ui32Bits);