X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/a1e8056c92203d02860d719abb1d562453896da8..HEAD:/db.h diff --git a/db.h b/db.h index 5f2eba6..8fde50d 100644 --- a/db.h +++ b/db.h @@ -1,7 +1,7 @@ /* darkstat 3 * * db.h: load and save in-memory database from/to file - * copyright (c) 2007-2011 Ben Stewart, Emil Mikulic. + * copyright (c) 2007-2012 Ben Stewart, Emil Mikulic. */ #include /* for size_t */ @@ -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 */