X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fbyteorder.h;fp=libmemcached%2Fbyteorder.h;h=99e9f5d196f52e7df4af6b617d2798e5fed3b04a;hb=d4c5a2229396c74f3e66767f01ce4c8853eba92b;hp=254641f81dfaaf01f56cf3696837e5e4942e1791;hpb=a0fa9535659f0f5a9678406f47201bfd47245114;p=awesomized%2Flibmemcached diff --git a/libmemcached/byteorder.h b/libmemcached/byteorder.h index 254641f8..99e9f5d1 100644 --- a/libmemcached/byteorder.h +++ b/libmemcached/byteorder.h @@ -12,9 +12,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