X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibmemcached%2Fbyteorder.h;h=b0ed7e6f635ce0005a4936addbfe7cea37d79751;hb=9f88736f8219b494025465089655609f636bf1d7;hp=30c393e9f1955f2f3e0c5583f78dc5d41a5c49d0;hpb=c8a5aecba8e189092266f304ca81ab42625edf60;p=awesomized%2Flibmemcached diff --git a/src/libmemcached/byteorder.h b/src/libmemcached/byteorder.h index 30c393e9..b0ed7e6f 100644 --- a/src/libmemcached/byteorder.h +++ b/src/libmemcached/byteorder.h @@ -1,6 +1,6 @@ /* +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | + | libmemcached-awesome - C/C++ Client Library for memcached | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted under the terms of the BSD license. | @@ -9,16 +9,20 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ #pragma once #ifdef __cplusplus +# include extern "C" { +#else +# include #endif + uint64_t memcached_ntohll(uint64_t); uint64_t memcached_htonll(uint64_t);