summaryrefslogtreecommitdiff
path: root/network/bytes.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/bytes.h')
-rw-r--r--network/bytes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/network/bytes.h b/network/bytes.h
deleted file mode 100644
index c291589..0000000
--- a/network/bytes.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdint.h>
-
-uint16_t ntohs(uint16_t net);
-uint16_t htons(uint16_t net);
-uint32_t htonl(uint32_t net);