diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-18 21:08:35 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-18 21:08:35 +0100 |
| commit | f1f1fddf17161222617ba7b658e5da8b671960fa (patch) | |
| tree | ed42e03f229439a1977b201e411a2b736b170a45 /lib/chaos_calendar/ical_occurrences.i | |
| parent | db6f0a7554dbebe2c9bb118cc40736b6c148c6c5 (diff) | |
Add a duration parser to libical wrapper
Diffstat (limited to 'lib/chaos_calendar/ical_occurrences.i')
| -rw-r--r-- | lib/chaos_calendar/ical_occurrences.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chaos_calendar/ical_occurrences.i b/lib/chaos_calendar/ical_occurrences.i index 3f876285..1e917013 100644 --- a/lib/chaos_calendar/ical_occurrences.i +++ b/lib/chaos_calendar/ical_occurrences.i | |||
| @@ -2,5 +2,5 @@ | |||
| 2 | 2 | ||
| 3 | %inline { | 3 | %inline { |
| 4 | VALUE occurrences( VALUE dtstart, VALUE dtend, char * rrule ); | 4 | VALUE occurrences( VALUE dtstart, VALUE dtend, char * rrule ); |
| 5 | VALUE duration_to_fixnum( char * duration ); | ||
| 5 | } | 6 | } |
| 6 | |||
