summaryrefslogtreecommitdiff
path: root/src/Net-ICal-Libical
diff options
context:
space:
mode:
authorKent Sutherland <git@ksuther.com>2016-12-18 13:19:15 -0600
committerKent Sutherland <git@ksuther.com>2016-12-18 13:19:15 -0600
commitac016d6a5c3d9a1c699d5520cde13476a27d6c8a (patch)
treed3ffebd4e0cecc9c929ba5844ba7948403662cc9 /src/Net-ICal-Libical
parent60ddb516a50f88a289a01922fdd466aaf1725286 (diff)
downloadlibical-git-ac016d6a5c3d9a1c699d5520cde13476a27d6c8a.tar.gz
Remove deprecated icaltime_start_doy_of_week
Use icaltime_start_doy_week instead. The generated SWIG interface in Net-ICal-Libical hasn't been regenerated.
Diffstat (limited to 'src/Net-ICal-Libical')
-rw-r--r--src/Net-ICal-Libical/netical.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Net-ICal-Libical/netical.i b/src/Net-ICal-Libical/netical.i
index 3c9181c9..762b2771 100644
--- a/src/Net-ICal-Libical/netical.i
+++ b/src/Net-ICal-Libical/netical.i
@@ -248,9 +248,9 @@ struct icaltimetype icaltime_from_day_of_year(short doy, short year);
/* Return the day of the week of the given time. Sunday is 0 */
short icaltime_day_of_week(struct icaltimetype t);
-/* Return the day of the year for the Sunday of the week that the
+/* Return the day of the year for the first day of the week that the
given time is within. */
-short icaltime_start_doy_of_week(struct icaltimetype t);
+short icaltime_start_doy_week(struct icaltimetype t, int fdow);
/* Return a string with the time represented in the same format as ctime(). THe string is owned by libical */
char* icaltime_as_ctime(struct icaltimetype);