diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-26 07:49:51 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-26 07:49:51 +0100 |
commit | 2235b780ce692e1393fdd925eea0cdd9e1a422a1 (patch) | |
tree | 3127ba97ac8344622b546263024605016d74180d /include | |
parent | 15c3754cf0f156f9e98fa60dcc89b69b0f011643 (diff) | |
download | mupdf-2235b780ce692e1393fdd925eea0cdd9e1a422a1.tar.xz |
special versions of duff_*. dynamic object comparison.
Diffstat (limited to 'include')
-rw-r--r-- | include/fitz/object.h | 2 |
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); |