X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Flib%2Fcocanwiki_mail.mli;h=f651106144c51f4fcd2fc5ab3ea3c07fffd3f4da;hb=d303f75eed3a09bbe2516d9a2a9a4aa9b862ceb3;hp=93c7b007e850097cd3486a3573ae2943ecf54a3f;hpb=fb1c781bdbe4a2b296651a051dda11d210c9ad33;p=cocanwiki.git diff --git a/scripts/lib/cocanwiki_mail.mli b/scripts/lib/cocanwiki_mail.mli index 93c7b00..f651106 100644 --- a/scripts/lib/cocanwiki_mail.mli +++ b/scripts/lib/cocanwiki_mail.mli @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: cocanwiki_mail.mli,v 1.1 2004/10/21 11:42:05 rich Exp $ + * $Id: cocanwiki_mail.mli,v 1.2 2006/03/27 16:43:44 rich Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ open Cocanwiki -val thread_mail : Dbi.connection -> int -> ?user:user_t -> ?r:Apache.Request.t -> int -> int -> unit +val thread_mail : PGOCaml.pa_pg_data PGOCaml.t -> int32 -> ?user:user_t -> ?r:Apache.Request.t -> int -> int -> unit (** [thread_mail dbh hostid year month] rebuilds the thread index * for (year, month). *)