X-Git-Url: http://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Finterfaces%2Ftimedated%2Ftimedated.h;h=5fb10e77139d4318c2b7890290b93e2b89b68708;hb=644bae40970b7fdc5731db4c3e4ee93a1a436a22;hp=334a3883384c677c0a2c1362a0bc5ff8cf5b3507;hpb=10ddceeb98322259fc13e3022ceeafc2191bb89d;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);