X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fcalendar.h;h=02a9de28ace572aa9ddf5923e8fb61cdf8fcb85a;hb=a22af84523eb716b947123186bd4f89a3d92945e;hp=be1e5cb8284dcdada5dfb9acd2999bf801ecd815;hpb=facb4a1ad3c9e8b2cdf55824680eed2afb91aebe;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);