X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fbyteorder.h;h=df47cc691e86fbdfc1a056a22242d630d2bd1d0a;hb=9ea216e88d31ba62f89234361318a0accbbfe75a;hp=99e9f5d196f52e7df4af6b617d2798e5fed3b04a;hpb=d4c5a2229396c74f3e66767f01ce4c8853eba92b;p=m6w6%2Flibmemcached diff --git a/libmemcached/byteorder.h b/libmemcached/byteorder.h index 99e9f5d1..df47cc69 100644 --- a/libmemcached/byteorder.h +++ b/libmemcached/byteorder.h @@ -1,5 +1,16 @@ -#ifndef LIBMEMCACHED_BYTEORDER_H -#define LIBMEMCACHED_BYTEORDER_H +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: + * + */ + +#ifndef __LIBMEMCACHED_BYTEORDER_H__ +#define __LIBMEMCACHED_BYTEORDER_H__ #include "config.h" @@ -29,4 +40,4 @@ uint64_t htonll(uint64_t); #undef htonl #endif -#endif /* LIBMEMCACHED_BYTEORDER_H */ +#endif /*__LIBMEMCACHED_BYTEORDER_H__ */