X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32.h;h=a37d7ada96b3d0255efa96db2d8e30b45e5465d1;hb=13bddad990ba2c268415e9dcbdc5dfa40f7c6cd3;hp=b7e5eee14c5a90df0c7a06125904e1d840dae992;hpb=eef6eea1b935a67f1ae26b38e06a69d4410a12aa;p=fio.git diff --git a/crc/crc32.h b/crc/crc32.h index b7e5eee1..a37d7ada 100644 --- a/crc/crc32.h +++ b/crc/crc32.h @@ -13,11 +13,11 @@ 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. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef CRC32_H #define CRC32_H -extern unsigned long crc32(const void * const, unsigned long); +extern uint32_t fio_crc32(const void * const, unsigned long); #endif