Rewrite and improve formatted output routines.
[pspp-builds.git] / src / data / calendar.h
index 1a70592bcf9e6b64277e1c65db4796c29245219f..f46e71fec0b8c32fb97b763598176a8a63bfe533 100644 (file)
@@ -5,7 +5,7 @@ typedef void calendar_error_func (void *aux, const char *, ...);
 
 double calendar_gregorian_to_offset (int y, int m, int d,
                                      calendar_error_func *, void *aux);
-void calendar_offset_to_gregorian (int ofs, int *y, int *m, int *d);
+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);
 int calendar_offset_to_mday (int ofs);