about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-20 23:49:24 +0100
committerJames Booth <boothj5@gmail.com>2015-06-20 23:49:24 +0100
commit6617bb5a2b432d9c4178984386855f30be76ecf3 (patch)
tree2ff69c01e8d01013e377cec841317becd3d3267a /src/ui/win_types.h
parent16999a396497c90778ef6bdbab11a419a570aa0f (diff)
downloadprofani-tty-6617bb5a2b432d9c4178984386855f30be76ecf3.tar.gz
Added window encyption mode for PGP
Diffstat (limited to 'src/ui/win_types.h')
-rw-r--r--src/ui/win_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index 7e757b88..3214fa94 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -91,7 +91,8 @@ typedef enum {
 
 typedef enum {
     PROF_ENC_NONE,
-    PROF_ENC_OTR
+    PROF_ENC_OTR,
+    PROF_ENC_PGP
 } prof_enc_t;
 
 typedef struct prof_win_t {