aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-02 14:04:59 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-09 16:33:31 +0100
commite3cc171d0210cc3230754d50285233ccb8759081 (patch)
tree4e771ed6045d69e0826c5fa4ca5c87f6a63f4286 /include
parentbef2c2222a0b9429276b34d8f5024f31b8e86495 (diff)
downloadqpdf-e3cc171d0210cc3230754d50285233ccb8759081.tar.zst
C API: qpdf_oh_is_initialized
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/qpdf-c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h
index 16d1ba64..294166ac 100644
--- a/include/qpdf/qpdf-c.h
+++ b/include/qpdf/qpdf-c.h
@@ -582,6 +582,8 @@ extern "C" {
*/
QPDF_DLL
+ QPDF_BOOL qpdf_oh_is_initialized(qpdf_data data, qpdf_oh oh);
+ QPDF_DLL
QPDF_BOOL qpdf_oh_is_bool(qpdf_data data, qpdf_oh oh);
QPDF_DLL
QPDF_BOOL qpdf_oh_is_null(qpdf_data data, qpdf_oh oh);