X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/b6069b5cedf32ffb61978dba984fba393be6038a..53d9d497ad0dcb0c37efb23a5468762355db6512:/db.h diff --git a/db.h b/db.h index 5f2eba6..6f9d28a 100644 --- 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 */