summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QTC.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QTC.hh')
-rw-r--r--include/qpdf/QTC.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/QTC.hh b/include/qpdf/QTC.hh
index b9ed7f93..6e7e4a90 100644
--- a/include/qpdf/QTC.hh
+++ b/include/qpdf/QTC.hh
@@ -8,8 +8,11 @@
#ifndef __QTC_HH__
#define __QTC_HH__
+#include <qpdf/DLL.hh>
+
namespace QTC
{
+ DLL_EXPORT
void TC(char const* const scope, char const* const ccase, int n = 0);
};