nmdb: Add LevelDB support
[nmdb.git] / nmdb / netutils.h
blob301617c59a7718aa118ff300e892d187dfa78107
2 #ifndef _NETUTILS_H
3 #define _NETUTILS_H
5 #include <stdint.h>
7 uint64_t ntohll(uint64_t x);
8 uint64_t htonll(uint64_t x);
10 #endif