X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcocanwiki_links.mli;h=de2b6150888171a1b6fcd5c0192ad951cce08bb4;hb=844dcb8bb66df887e0d677359f0278f17934efad;hp=0970b411786ba367a67d1fd468f045e604846aa1;hpb=eeb304015c65ccf593a77058d5db5f5a3e3b45d5;p=cocanwiki.git diff --git a/scripts/cocanwiki_links.mli b/scripts/cocanwiki_links.mli index 0970b41..de2b615 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.3 2004/10/10 14:44:50 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,7 @@ *) 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 + +val what_links_here : Dbi.connection -> int -> string -> (string * string) list