X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcocanwiki_links.mli;h=b55e26cef0754fb135f21a48d446608b5e509247;hb=222362cfc31cfff96b41d8840feec190baf36075;hp=0970b411786ba367a67d1fd468f045e604846aa1;hpb=eeb304015c65ccf593a77058d5db5f5a3e3b45d5;p=cocanwiki.git diff --git a/scripts/cocanwiki_links.mli b/scripts/cocanwiki_links.mli index 0970b41..b55e26c 100644 --- a/scripts/cocanwiki_links.mli +++ b/scripts/cocanwiki_links.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_links.mli,v 1.1 2004/09/28 10:56:39 rich Exp $ + * $Id: cocanwiki_links.mli,v 1.2 2004/09/28 11:28:39 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,3 +20,5 @@ *) val get_links_from_section : Dbi.connection -> int -> string -> string list +val update_links_for_page : Dbi.connection -> int -> string -> unit +val insert_link : Dbi.connection -> int -> string -> string -> unit