X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Finterfaces%2Ftimedated%2Ftimedated.h;h=5fb10e77139d4318c2b7890290b93e2b89b68708;hb=0b7afeee3bb89a0185de1cb3d9937434f24388d7;hp=334a3883384c677c0a2c1362a0bc5ff8cf5b3507;hpb=03f12ac7edc62424667774b00fd250fe54879c29;p=systembsd.git diff --git a/src/interfaces/timedated/timedated.h b/src/interfaces/timedated/timedated.h index 334a388..5fb10e7 100644 --- a/src/interfaces/timedated/timedated.h +++ b/src/interfaces/timedated/timedated.h @@ -16,5 +16,6 @@ void timedated_mem_clean(); static struct timezone_checksum_pair parse_timezone_path(gchar **pair); -static gboolean build_lookup_table(); -static gchar *lookup_hash(gchar * hash); +/*static gboolean build_lookup_table(); +static gchar *lookup_hash(gchar * hash); */ +static struct timespec *mktimespec(gint64 us);