About half way through switching cocanwiki to using the new PG interface.
[cocanwiki.git] / scripts / lib / cocanwiki_template.mli
index 21ebef2..cf8fdb3 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: cocanwiki_template.mli,v 1.1 2004/10/21 11:42:05 rich Exp $
+ * $Id: cocanwiki_template.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
@@ -25,4 +25,4 @@ val _get_template : string -> Template.template
 (** Get template from filename, with host-specific substitutions.
   * The special ~page parameter is only used by [page.ml].
   *)
-val get_template : ?page:string -> Dbi.connection -> int -> string -> Template.template
+val get_template : ?page:string -> PGOCaml.pa_pg_data PGOCaml.t -> int32 -> string -> Template.template