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-04-02 02:26:56 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-04-02 02:26:56 +0300
commit0f8f61e8c576e75e48cb34813cf1fbed55839711 (patch)
tree9350335b41d249763ec95d5ddcf1ec71eab3c11f /src/remmina_unlock.h
parentfd3b2962ad820a74083cff6e031e5fcae39ae253 (diff)
WIP: core unlock code
Diffstat (limited to 'src/remmina_unlock.h')
-rw-r--r--src/remmina_unlock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 7dea56324..580953f42 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -45,11 +45,11 @@ typedef struct _RemminaUnlockDialog {
gboolean unlock_init;
GTimer * timer;
- int retval;
+ gint retval;
} RemminaUnlockDialog;
G_BEGIN_DECLS
-void remmina_unlock_new(GtkWindow *parent);
+gint remmina_unlock_new(GtkWindow *parent);
G_END_DECLS