fio: update FSF address
[fio.git] / crc / crc32.h
index b7e5eee14c5a90df0c7a06125904e1d840dae992..a37d7ada96b3d0255efa96db2d8e30b45e5465d1 100644 (file)
 
    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