X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Finterfaces%2Ftimedated%2Ftimedated.h;h=5fb10e77139d4318c2b7890290b93e2b89b68708;hb=HEAD;hp=693106a182c0affb3fcfaec23af3babe5243e058;hpb=1066bd3646e52f012fe2145eb92070f25ee6332e;p=systembsd.git diff --git a/src/interfaces/timedated/timedated.h b/src/interfaces/timedated/timedated.h index 693106a..5fb10e7 100644 --- a/src/interfaces/timedated/timedated.h +++ b/src/interfaces/timedated/timedated.h @@ -15,5 +15,7 @@ */ void timedated_mem_clean(); -static gchar *parse_timezone_path(gchar *full_path); - +static struct timezone_checksum_pair parse_timezone_path(gchar **pair); +/*static gboolean build_lookup_table(); +static gchar *lookup_hash(gchar * hash); */ +static struct timespec *mktimespec(gint64 us);