X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcalendar.h;fp=src%2Fdata%2Fcalendar.h;h=02a9de28ace572aa9ddf5923e8fb61cdf8fcb85a;hb=07da9f454c17fb961cae09f6d7d505f7abb281c0;hp=be1e5cb8284dcdada5dfb9acd2999bf801ecd815;hpb=81e3a36c830463d97ff4f5937a670206cc26e193;p=pspp diff --git a/src/data/calendar.h b/src/data/calendar.h index be1e5cb828..02a9de28ac 100644 --- a/src/data/calendar.h +++ b/src/data/calendar.h @@ -19,7 +19,11 @@ along with this program. If not, see . #ifndef CALENDAR_H #define CALENDAR_H 1 -double calendar_gregorian_to_offset (int y, int m, int d, char **errorp); +struct fmt_settings; + +double calendar_gregorian_to_offset (int y, int m, int d, + const struct fmt_settings *, + char **errorp); void calendar_offset_to_gregorian (int ofs, int *y, int *m, int *d, int *yd); int calendar_offset_to_year (int ofs); int calendar_offset_to_month (int ofs);