Whamcloud - gitweb
libext2fs: Fix namespace leakage of crc16 functions
authorTheodore Ts'o <tytso@mit.edu>
Mon, 25 Aug 2008 02:44:33 +0000 (22:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 Aug 2008 02:44:33 +0000 (22:44 -0400)
commitc4dcb1c10ae5e3d523823fe0a2c84d0841ca2ea1
treeb9a7bc07620d7aa3d1ac592d93a0e8bca52bd996
parent0f3c108363b9c1d56b29bd601bfbe7938999e7d7
libext2fs: Fix namespace leakage of crc16 functions

Rename crc16 to ext2fs_crc16, and make crc16_table static, since
there's not reason it should be exposed at all.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/crc16.c
lib/ext2fs/crc16.h
lib/ext2fs/csum.c
lib/ext2fs/tst_csum.c