summaryrefslogtreecommitdiff
path: root/include/fitz/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fitz/object.h')
-rw-r--r--include/fitz/object.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/fitz/object.h b/include/fitz/object.h
index 34b62f59..fe9c12e5 100644
--- a/include/fitz/object.h
+++ b/include/fitz/object.h
@@ -1,3 +1,9 @@
+/*
+ * Dynamic objects.
+ * The same type of objects as found in PDF and PostScript.
+ * Used by the filter library and the mupdf parser.
+ */
+
typedef struct fz_obj_s fz_obj;
typedef struct fz_keyval_s fz_keyval;