X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Ftime-dst.h;h=536b6bbdfb8e49d5bf7afd8671c7b0c85416c503;hp=3fa6c4423c9eae92c320c0a09869eb8beedf6e0f;hb=9f03ee51a2207954ef18be79ca3e11cd14ca56fd;hpb=b7f1542c8be4f02b2c3673f0e08a0749c6e145b5 diff --git a/src/shared/time-dst.h b/src/shared/time-dst.h index 3fa6c4423..536b6bbdf 100644 --- a/src/shared/time-dst.h +++ b/src/shared/time-dst.h @@ -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);