summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index fc724e2..2f0d5a5 100644
--- a/globals.h
+++ b/globals.h
@@ -16,4 +16,6 @@
#ifndef GLOBALS_H
#define GLOBALS_H
+extern bool bAppendTags;
+extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag;
#endif