summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-07-03 10:45:15 +0100
committerRobin Watts <robin.watts@artifex.com>2013-07-03 16:49:37 +0100
commitc49742f64fc6b6d0e62bb971f47c13d63bea7434 (patch)
tree58310290e3c4bd18b269498783e3373fdce7aa2a /include
parentb3f197164385a58214ba150fb33b23227bae6712 (diff)
downloadmupdf-c49742f64fc6b6d0e62bb971f47c13d63bea7434.tar.xz
Rename pdf_set_objects_parent_num to pdf_set_obj_parent
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/pdf/object.h b/include/mupdf/pdf/object.h
index de899b80..38c9166d 100644
--- a/include/mupdf/pdf/object.h
+++ b/include/mupdf/pdf/object.h
@@ -103,7 +103,7 @@ void pdf_sort_dict(pdf_obj *dict);
The whole containing hierarchy is moved to the incremental xref section, so
to be later written out as an incremental file update.
*/
-void pdf_set_objects_parent_num(pdf_obj *obj, int num);
+void pdf_set_obj_parent(pdf_obj *obj, int num);
int pdf_fprint_obj(FILE *fp, pdf_obj *obj, int tight);