summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-26 07:49:51 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-26 07:49:51 +0100
commit2235b780ce692e1393fdd925eea0cdd9e1a422a1 (patch)
tree3127ba97ac8344622b546263024605016d74180d /include
parent15c3754cf0f156f9e98fa60dcc89b69b0f011643 (diff)
downloadmupdf-2235b780ce692e1393fdd925eea0cdd9e1a422a1.tar.xz
special versions of duff_*. dynamic object comparison.
Diffstat (limited to 'include')
-rw-r--r--include/fitz/object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fitz/object.h b/include/fitz/object.h
index 777e889f..015f1e74 100644
--- a/include/fitz/object.h
+++ b/include/fitz/object.h
@@ -83,6 +83,8 @@ int fz_isdict(fz_obj *obj);
int fz_isindirect(fz_obj *obj);
int fz_ispointer(fz_obj *obj);
+int fz_cmpobj(fz_obj *a, fz_obj *b);
+
/* silent failure, no error reporting */
int fz_tobool(fz_obj *obj);
int fz_toint(fz_obj *obj);