Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEspen Tveit <espen@tveit.io>2020-07-14 10:21:39 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-07-14 10:21:39 +0300
commit5f1a53d652131460528f635a3524bff188daabcf (patch)
treee5cea59d75d2ae4be74892025e545f31ca047966 /src/remmina_exec.h
parent3404396427acdf0d0c8d719d629fd02ffbf4c70d (diff)
Added support for quick connecting to servers using protocol handlers, closes #2235 and #1929
Diffstat (limited to 'src/remmina_exec.h')
-rw-r--r--src/remmina_exec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remmina_exec.h b/src/remmina_exec.h
index adbb6ced2..5cb1afc2b 100644
--- a/src/remmina_exec.h
+++ b/src/remmina_exec.h
@@ -49,7 +49,8 @@ typedef enum {
REMMINA_COMMAND_FULL_VERSION = 8,
REMMINA_COMMAND_PLUGIN = 9,
REMMINA_COMMAND_EXIT = 10,
- REMMINA_COMMAND_AUTOSTART = 11
+ REMMINA_COMMAND_AUTOSTART = 11,
+ REMMINA_COMMAND_ENCRYPT_PASSWORD = 12
} RemminaCommandType;
typedef enum {