aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QTC.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-04-29 14:55:25 +0200
committerJay Berkenbilt <ejb@ql.org>2008-04-29 14:55:25 +0200
commit9a0b88bf7777c153dc46ace22db74ef24d51583a (patch)
treef567ac1cf2bf5071a611eb49323a935b6ac938ff /include/qpdf/QTC.hh
downloadqpdf-9a0b88bf7777c153dc46ace22db74ef24d51583a.tar.zst
update release date to actual daterelease-qpdf-2.0
git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include/qpdf/QTC.hh')
-rw-r--r--include/qpdf/QTC.hh16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/qpdf/QTC.hh b/include/qpdf/QTC.hh
new file mode 100644
index 00000000..3d9597d4
--- /dev/null
+++ b/include/qpdf/QTC.hh
@@ -0,0 +1,16 @@
+// Copyright (c) 2005-2008 Jay Berkenbilt
+//
+// This file is part of qpdf. This software may be distributed under
+// the terms of version 2 of the Artistic License which may be found
+// in the source distribution. It is provided "as is" without express
+// or implied warranty.
+
+#ifndef __QTC_HH__
+#define __QTC_HH__
+
+namespace QTC
+{
+ void TC(char const* const scope, char const* const ccase, int n = 0);
+};
+
+#endif // __QTC_HH__