summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2014-02-10 13:29:18 +0000
committerRobin Watts <robin.watts@artifex.com>2014-02-10 15:04:50 +0000
commit08fecfe3c0d29764eb79960dea912c78b4c797dd (patch)
tree5f8b72e6605c1617ba81db8ea6728515c881ad6b /include
parentee420dddc55381976d5fceab32a4e361877818e5 (diff)
downloadmupdf-08fecfe3c0d29764eb79960dea912c78b4c797dd.tar.xz
Add pdf_is_number.
Useful utility missing from our arsenal.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/pdf/object.h b/include/mupdf/pdf/object.h
index 77c02382..0f0a48d2 100644
--- a/include/mupdf/pdf/object.h
+++ b/include/mupdf/pdf/object.h
@@ -35,6 +35,7 @@ int pdf_is_null(pdf_obj *obj);
int pdf_is_bool(pdf_obj *obj);
int pdf_is_int(pdf_obj *obj);
int pdf_is_real(pdf_obj *obj);
+int pdf_is_number(pdf_obj *obj);
int pdf_is_name(pdf_obj *obj);
int pdf_is_string(pdf_obj *obj);
int pdf_is_array(pdf_obj *obj);