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-05-14 00:16:12 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-05-14 00:16:12 +0300
commit9e1e7e6f314df21e155652eec145659b20c51139 (patch)
tree18d49cbb585033ebb6d9d0b4f8c884d95d2b002a /src/remmina_utils.h
parent35e0ae83657ce05ff5d0c27a209ac25d74f226ac (diff)
Remmina news dialog
- A new scheduler that is used by the stat sender and by the remmina news - A dialog that show the latest news per each Remmina version, starting from this commit
Diffstat (limited to 'src/remmina_utils.h')
-rw-r--r--src/remmina_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_utils.h b/src/remmina_utils.h
index f1f96fe1c..156dce934 100644
--- a/src/remmina_utils.h
+++ b/src/remmina_utils.h
@@ -54,3 +54,4 @@ gchar* remmina_utils_get_lsb_release();
gchar* remmina_utils_get_lsb_codename();
GHashTable* remmina_utils_get_etc_release();
const gchar* remmina_utils_get_os_info();
+gchar* remmina_sha1_file (const gchar *filename);