Merge tag 'upstream/3.0.717'
[darkstat-debian] / db.h
diff --git a/db.h b/db.h
index 5f2eba6..6f9d28a 100644 (file)
--- a/db.h
+++ b/db.h
@@ -11,10 +11,6 @@ struct addr;
 
 void db_import(const char *filename);
 void db_export(const char *filename);
-
-/* byteswap */
-uint64_t hton64(const uint64_t ho);
-uint64_t ntoh64(const uint64_t no);
 void test_64order(void);
 
 /* read helpers */