summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index 0c801ed2..7f9beace 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -1201,6 +1201,11 @@ void fz_prepare_t3_glyph(fz_context *ctx, fz_font *font, int gid, int nestedDept
fz_annot *fz_create_annot(fz_interactive *idoc, fz_page *page, fz_annot_type type);
/*
+ fz_delete_annot: delete an annotation
+*/
+void fz_delete_annot(fz_interactive *idoc, fz_page *page, fz_annot *annot);
+
+/*
fz_set_annot_appearance: update the appearance of an annotation based
on a display list.
*/