]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libfrog/crc32c.h
libfrog: move crc32c.h to libfrog/
[thirdparty/xfsprogs-dev.git] / libfrog / crc32c.h
similarity index 68%
rename from include/crc32c.h
rename to libfrog/crc32c.h
index b4d8aa05f541dc7fcb577178bef28c8b9214342a..22d25932fc7171e2fbc67238af31cd942ed847e8 100644 (file)
@@ -3,9 +3,9 @@
  * Copyright (c) 2000-2005 Silicon Graphics, Inc.
  * All Rights Reserved.
  */
-#ifndef LIBFROG_CRC32C_H_
-#define LIBFROG_CRC32C_H_
+#ifndef __LIBFROG_CRC32C_H__
+#define __LIBFROG_CRC32C_H__
 
 extern uint32_t crc32c_le(uint32_t crc, unsigned char const *p, size_t len);
 
-#endif /* LIBFROG_CRC32C_H_ */
+#endif /* __LIBFROG_CRC32C_H__ */