aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/qpdf-c.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h
index 4b000a24..698d24a7 100644
--- a/include/qpdf/qpdf-c.h
+++ b/include/qpdf/qpdf-c.h
@@ -92,6 +92,10 @@ extern "C" {
# define QPDF_TRUE 1
# define QPDF_FALSE 0
+ /* Returns the version of the qpdf software */
+ QPDF_DLL
+ char const* qpdf_get_qpdf_version();
+
/* Returns dynamically allocated qpdf_data pointer; must be freed
* by calling qpdf_cleanup.
*/