diff options
Diffstat (limited to 'src/pages.mli')
-rw-r--r-- | src/pages.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages.mli b/src/pages.mli index aef68b4..0e2180e 100644 --- a/src/pages.mli +++ b/src/pages.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 @@ -17,3 +17,4 @@ val main : string val link : string -> string +val select : string -> string Seq.t -> string |