X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fbyteorder.h;h=17e66a78f59e0d52ee235b9a08dc53af26cd618e;hb=8fd8f655540e3d6aa0b0a3eb0f4f7df1be2e6542;hp=254641f81dfaaf01f56cf3696837e5e4942e1791;hpb=70bc45e38d896c4d90d0b93bb309c701effb9ecd;p=m6w6%2Flibmemcached diff --git a/libmemcached/byteorder.h b/libmemcached/byteorder.h index 254641f8..17e66a78 100644 --- a/libmemcached/byteorder.h +++ b/libmemcached/byteorder.h @@ -1,3 +1,14 @@ +/* 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 @@ -12,9 +23,9 @@ #ifndef HAVE_HTONLL LIBMEMCACHED_LOCAL -extern uint64_t ntohll(uint64_t); +uint64_t ntohll(uint64_t); LIBMEMCACHED_LOCAL -extern uint64_t htonll(uint64_t); +uint64_t htonll(uint64_t); #endif #ifdef linux