chiark / gitweb /
virt: when detecting containers and /run/systemd/container cannot be read, check...
[elogind.git] / src / shared / time-dst.h
index 3fa6c4423c9eae92c320c0a09869eb8beedf6e0f..536b6bbdfb8e49d5bf7afd8671c7b0c85416c503 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef footimedst
-#define footimedst
+#pragma once
 
 /***
   This file is part of systemd.
@@ -24,6 +23,4 @@
 
 int time_get_dst(time_t date, const char *tzfile,
                  time_t *switch_cur, char **zone_cur, bool *dst_cur,
-                 time_t *switch_next, char **zone_next, bool *dst_next);
-
-#endif
+                 time_t *switch_next, int *delta_next, char **zone_next, bool *dst_next);