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:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-22 19:19:56 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-22 19:19:56 +0300
commit6551dc5bd94c499260f4eb2dc28468fc277224dd (patch)
treead6c7262cdcec384f55003d2d3fe842dc81c999c /src/remmina_unlock.h
parent56f3b68303e4abcedf94f689add272b930ac8232 (diff)
WIP: core unlock code
Diffstat (limited to 'src/remmina_unlock.h')
-rw-r--r--src/remmina_unlock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 4d2cecfae..5115aeed6 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -45,4 +45,6 @@ typedef struct _RemminaUnlockDialog {
G_BEGIN_DECLS
+GtkDialog* remmina_unlock_new(GtkWindow *parent);
+
G_END_DECLS