1 #ifndef LIBMEMCACHED_BYTEORDER_H
2 #define LIBMEMCACHED_BYTEORDER_H
6 /* Define this here, which will turn on the visibilty controls while we're
7 * building libmemcached.
9 #define BUILDING_LIBMEMCACHED 1
11 #include "libmemcached/memcached.h"
15 extern uint64_t ntohll(uint64_t);
17 extern uint64_t htonll(uint64_t);
20 #endif /* LIBMEMCACHED_BYTEORDER_H */