diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-17 01:19:43 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-17 01:19:43 +0100 |
| commit | ce55ed022fd373af58f7bd25cdd3f092f5698c54 (patch) | |
| tree | 4fd6252f80609720b76dde8d89cac03bafaa3743 /lib/chaos_calendar/ical_occurrences.i | |
| parent | 82741f65fc387e898e5e17f16a057b34bb6dddab (diff) | |
Rubify behavoir of helper
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 5f7efd5d..3f876285 100644 --- a/lib/chaos_calendar/ical_occurrences.i +++ b/lib/chaos_calendar/ical_occurrences.i | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | %module ical_occurrences | 1 | %module ical_occurrences |
| 2 | 2 | ||
| 3 | %inline { | 3 | %inline { |
| 4 | VALUE occurrences( char * dtstart, char * dtend, char * rrule ); | 4 | VALUE occurrences( VALUE dtstart, VALUE dtend, char * rrule ); |
| 5 | } | 5 | } |
| 6 | 6 | ||
