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.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__