lib: renamed endian functions to avoid name conflict on Windows
commit3ff265e0c8220ba49d6b8a797f3e94df13b7d655
authorChris Frey <cdfrey@foursquare.net>
Thu, 14 Oct 2010 03:36:46 +0000 (13 23:36 -0400)
committerChris Frey <cdfrey@foursquare.net>
Thu, 14 Oct 2010 03:48:41 +0000 (13 23:48 -0400)
tree1beff3c090686d67f9eb7c94a93f40eb0ad6f7e6
parent915671389f9158309dd15eec31670024bdcd4d7a
lib: renamed endian functions to avoid name conflict on Windows

Some other headers seem to include GNU's byteswap.h, which conflicts
with our names.  Instead of trying to detect GNU's byteswap.h, just
rename ours.
src/endian.h