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 (tmow) <antenore@simbiosi.org>2022-05-31 23:55:18 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-31 23:55:18 +0300
commitfa7589326a0aac29bd2c8400f08393e7af9e44b6 (patch)
tree12626c49846f29a4991128205a5e220e273102b3 /plugins/www
parent14772ab6e500a6a99e9d128ebf84649569b1cda6 (diff)
Headers refactoring
Diffstat (limited to 'plugins/www')
-rw-r--r--plugins/www/www_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/www/www_utils.h b/plugins/www/www_utils.h
index 311324cdd..73a6c25ce 100644
--- a/plugins/www/www_utils.h
+++ b/plugins/www/www_utils.h
@@ -37,6 +37,8 @@
#pragma once
+#include "common/remmina_plugin.h"
+
G_BEGIN_DECLS
gint www_utils_string_find(GString *haystack, gint start, gint end, const gchar *needle);
gint www_utils_string_replace(GString *str, gint pos, gint len, const gchar *replace);