X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcocanwiki_create_host.mli;h=3eb7a58cc895c4247295f052a72393d1a3015081;hb=5b036c1119e5871a8996c98639cd861ea7d93e75;hp=5f387023904368c461129a148f97aaf1aa21d410;hpb=253dcc86ed026e18643f07559009b1d50ea5b800;p=cocanwiki.git diff --git a/scripts/cocanwiki_create_host.mli b/scripts/cocanwiki_create_host.mli index 5f38702..3eb7a58 100644 --- a/scripts/cocanwiki_create_host.mli +++ b/scripts/cocanwiki_create_host.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_create_host.mli,v 1.1 2004/10/06 10:34:29 rich Exp $ + * $Id: cocanwiki_create_host.mli,v 1.2 2004/10/09 12:24:48 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 @@ -20,4 +20,4 @@ *) val create_host : Dbi.connection -> string -> string list -> int -> - string -> string -> string -> bool -> int + string -> string -> string -> bool -> string option -> int