From c64fd9ffacb8463affc3c02eeebaee11a4028373 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 3 Nov 2004 14:55:32 +0100 Subject: image masks, inline images and xobject forms --- include/fitz/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fitz/object.h') diff --git a/include/fitz/object.h b/include/fitz/object.h index 520fa27f..e275074b 100644 --- a/include/fitz/object.h +++ b/include/fitz/object.h @@ -106,6 +106,7 @@ fz_obj *fz_dictgetkey(fz_obj *dict, int idx); fz_obj *fz_dictgetval(fz_obj *dict, int idx); fz_obj *fz_dictget(fz_obj *dict, fz_obj *key); fz_obj *fz_dictgets(fz_obj *dict, char *key); +fz_obj *fz_dictgetsa(fz_obj *dict, char *key, char *abbrev); fz_error *fz_dictput(fz_obj *dict, fz_obj *key, fz_obj *val); fz_error *fz_dictputs(fz_obj *dict, char *key, fz_obj *val); fz_error *fz_dictdel(fz_obj *dict, fz_obj *key); -- cgit v1.2.3