repo.or.cz
/
nmdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nmdb: Add LevelDB support
[nmdb.git]
/
nmdb
/
netutils.h
blob
301617c59a7718aa118ff300e892d187dfa78107
1
2
#ifndef _NETUTILS_H
3
#define _NETUTILS_H
4
5
#include <stdint.h>
6
7
uint64_t
ntohll
(
uint64_t
x
);
8
uint64_t
htonll
(
uint64_t
x
);
9
10
#endif
11