aboutsummaryrefslogtreecommitdiffstats
path: root/src/interfaces/timedated/timedated.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/timedated/timedated.h')
-rw-r--r--src/interfaces/timedated/timedated.h5
1 files changed, 3 insertions, 2 deletions
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);