summaryrefslogtreecommitdiff
path: root/fitz/base_object.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-27 14:16:58 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-27 14:18:22 +0100
commit03b276d3f2db3feecb522f101e0da065c4af53d4 (patch)
tree512eabad1f8b5516003c254c5cf10439ba79a98c /fitz/base_object.c
parent40575c42719566f3585c5aa67129a8a5b7285aa7 (diff)
downloadmupdf-03b276d3f2db3feecb522f101e0da065c4af53d4.tar.xz
Rename pdf_xref type to pdf_document.
Diffstat (limited to 'fitz/base_object.c')
-rw-r--r--fitz/base_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/base_object.c b/fitz/base_object.c
index 4037c871..a3b38c49 100644
--- a/fitz/base_object.c
+++ b/fitz/base_object.c
@@ -294,7 +294,7 @@ int fz_to_gen(fz_obj *obj)
return obj->u.r.gen;
}
-void *fz_get_indirect_xref(fz_obj *obj)
+void *fz_get_indirect_document(fz_obj *obj)
{
if (!obj || obj->kind != FZ_INDIRECT)
return NULL;