Show all changed fields in the diff report.
[cocanwiki.git] / scripts / lib / cocanwiki_diff.mli
index 3f278dd..3ae6b7b 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: cocanwiki_diff.mli,v 1.3 2006/03/27 16:43:44 rich Exp $
+ * $Id: cocanwiki_diff.mli,v 1.4 2006/08/04 12:20:07 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
  * Boston, MA 02111-1307, USA.
  *)
 
-val page_for_diff : string -> (string * string) list -> string
+open Cocanwiki_pages
+
+val page_for_diff : model -> string option -> string
+(** model, CSS. *)
 
 val diff_cmd : string -> string -> string