memcat: fix #59 (typo) [ci skip]
[awesomized/libmemcached] / libmemcached / byteorder.h
index 92687c1d7b6430223250938c9480b9d52f7dc159..a7d108d3a6c7c9b8fc2d2c0d5f17d38391754f4d 100644 (file)
 extern "C" {
 #endif
 
-LIBMEMCACHED_LOCAL
 uint64_t memcached_ntohll(uint64_t);
 
-LIBMEMCACHED_LOCAL
 uint64_t memcached_htonll(uint64_t);
 
 #ifdef __cplusplus