summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-07-29 00:59:39 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-07-29 00:59:39 +0300
commit4b918c8f61749cfc0cfc9a8abd0c3b06af042faf (patch)
treec626ee39e3cde6a3e63652f33d2932f899f282a3 /src/constants.h
parent419feb8c29847e1174478b370edd37107627ba80 (diff)
following miranda ng plugin rules
Diffstat (limited to 'src/constants.h')
-rwxr-xr-xsrc/constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
new file mode 100755
index 0000000..2982f31
--- /dev/null
+++ b/src/constants.h
@@ -0,0 +1,5 @@
+#ifndef CONSTANTS_H
+#define CONSTANTS_H
+#define szGPGModuleName "GPG"
+#define PREF_METANODB 0x2000
+#endif