X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcocanwiki_links.mli;h=de2b6150888171a1b6fcd5c0192ad951cce08bb4;hb=844dcb8bb66df887e0d677359f0278f17934efad;hp=b55e26cef0754fb135f21a48d446608b5e509247;hpb=b9bed1282a309aaf3227ec93ccdeacce8cbb89b2;p=cocanwiki.git diff --git a/scripts/cocanwiki_links.mli b/scripts/cocanwiki_links.mli index b55e26c..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.2 2004/09/28 11:28: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 @@ -22,3 +22,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 + +val what_links_here : Dbi.connection -> int -> string -> (string * string) list