X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Flib%2Fwikilib.mli;h=d1b0c57adeccfc25915339bba90a15a48ec06f57;hb=d303f75eed3a09bbe2516d9a2a9a4aa9b862ceb3;hp=17ce9c820ec766919a851dbbe31dc4f472ea9730;hpb=fb1c781bdbe4a2b296651a051dda11d210c9ad33;p=cocanwiki.git diff --git a/scripts/lib/wikilib.mli b/scripts/lib/wikilib.mli index 17ce9c8..d1b0c57 100644 --- a/scripts/lib/wikilib.mli +++ b/scripts/lib/wikilib.mli @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: wikilib.mli,v 1.1 2004/10/21 11:42:05 rich Exp $ + * $Id: wikilib.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 @@ -24,8 +24,8 @@ type genurl_error_t = GenURL_OK of string | GenURL_BadURL | GenURL_Duplicate of string -val generate_url_of_title : Dbi.connection -> int -> string -> genurl_error_t +val generate_url_of_title : PGOCaml.pa_pg_data PGOCaml.t -> int32 -> string -> genurl_error_t -val xhtml_of_content : Dbi.connection -> int -> string -> string +val xhtml_of_content : PGOCaml.pa_pg_data PGOCaml.t -> int32 -> string -> string val text_of_xhtml : string -> string