about summary refs log tree commit diff stats
path: root/src/LYHistory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYHistory.c')
-rw-r--r--src/LYHistory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYHistory.c b/src/LYHistory.c
index b012e230..554cc786 100644
--- a/src/LYHistory.c
+++ b/src/LYHistory.c
@@ -292,7 +292,7 @@ PRIVATE void clean_extra NOARGS
 
 /* What is the relationship to are_different() from the mainloop?! */
 PRIVATE int are_identical ARGS2(
-	histstruct *,	doc,
+	HistInfo *,	doc,
 	document *,	doc1)
 {
      return (	STREQ(doc1->address, doc->address)