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-07-24 00:21:48 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-07-24 00:21:48 +0300
commitdc3aa9da7fd8cbda6a69c5cbda8f9e079f9cb648 (patch)
treef8ad3b9a0a39cc7a9d2117f78333d9f17f9486ed /src/remmina_unlock.c
parent554142c76446c4cb1e2d8ed5eecc03a2c6f6bdf7 (diff)
remmina_unlock_timer_destroy not static to avoid Wunused-function
Diffstat (limited to 'src/remmina_unlock.c')
-rw-r--r--src/remmina_unlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_unlock.c b/src/remmina_unlock.c
index 2050193c2..fd43ff48a 100644
--- a/src/remmina_unlock.c
+++ b/src/remmina_unlock.c
@@ -69,7 +69,7 @@ static void remmina_unlock_timer_reset(gpointer user_data)
g_info("Unlock Master Password timer reset");
}
-static void remmina_unlock_timer_destroy()
+void remmina_unlock_timer_destroy()
{
TRACE_CALL(__func__);