aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-24 15:23:20 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-24 15:23:20 +0200
commita80d9d176d069a5b70427fa0154b7c333550a047 (patch)
tree59662db9af7fe6854c041f2dd0f22f2f01014238 /include
parent9cc43c6e44fa899acc84341899cb41b359d245b4 (diff)
downloadqpdf-a80d9d176d069a5b70427fa0154b7c333550a047.tar.zst
add C interface for getting software version
git-svn-id: svn+q:///qpdf/trunk@903 71b93d88-0707-0410-a8cf-f5a4172ac649
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.
*/