aboutsummaryrefslogtreecommitdiff
path: root/src/ics.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/ics.mli')
-rw-r--r--src/ics.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ics.mli b/src/ics.mli
index a4cbbd6..ca09406 100644
--- a/src/ics.mli
+++ b/src/ics.mli
@@ -1,5 +1,5 @@
(*
- * Copyright (C) 2020 Alban Gruin
+ * Copyright (C) 2020, 2021 Alban Gruin
*
* ucs is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
@@ -19,7 +19,7 @@ module Event : sig
type t
val make : CalendarLib.Calendar.t -> CalendarLib.Calendar.t ->
- string -> string -> t
+ string -> string -> string list -> t
val to_string : string -> t -> int -> string
end