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>2021-01-13 18:58:58 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-01-15 15:33:34 +0300
commit2c749505fa99c70883a2dc0aacd496274804169a (patch)
tree588a303545817acd810e79fed201b75b1820d373 /src/remmina_plugin_manager.h
parente97ecdad0cc7b9ecee54e48f6ed1c49bf7c4a27e (diff)
Fixing Password based authentication, introdcing PARTIAL auth
Diffstat (limited to 'src/remmina_plugin_manager.h')
-rw-r--r--src/remmina_plugin_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_plugin_manager.h b/src/remmina_plugin_manager.h
index 322f9aaa8..d86c12458 100644
--- a/src/remmina_plugin_manager.h
+++ b/src/remmina_plugin_manager.h
@@ -65,7 +65,7 @@ typedef struct {
RemminaPluginLoaderFunc func;
} RemminaPluginLoader;
-gboolean remmina_plugin_manager_supported(const char *filetype);
+gboolean remmina_plugin_manager_loader_supported(const char *filetype);
void remmina_plugin_manager_add_loader(char *filetype, RemminaPluginLoaderFunc func);
G_END_DECLS