add localtime determination system for timezone property
[systembsd.git] / src / interfaces / timedated / timedated.h
index 693106a182c0affb3fcfaec23af3babe5243e058..334a3883384c677c0a2c1362a0bc5ff8cf5b3507 100644 (file)
@@ -15,5 +15,6 @@
  */
 
 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);