summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:02:56 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:02:56 +0200
commit0922841b20da6c15076f1467280a0e67407826d1 (patch)
tree359a1149b1d24c603ffbac4a7fb68c7e380821be /globals.h
parentf375e4f961eb52fa504c17e7825e832829310e8a (diff)
log rework
better gpg configuration check removed annoying message boxes (info now out to log)
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 4b6533c..0aeac02 100644
--- a/globals.h
+++ b/globals.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss, chaos.persei
+// Copyright © 2010 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -16,7 +16,7 @@
#ifndef GLOBALS_H
#define GLOBALS_H
-extern bool bAppendTags;
+extern bool bAppendTags, gpg_configured;
extern TCHAR *inopentag, *inclosetag, *outopentag, *outclosetag;
extern logtofile debuglog;
#endif