aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/file_util.h')
-rw-r--r--wsutil/file_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/file_util.h b/wsutil/file_util.h
index 813c349cfc..057fdadb55 100644
--- a/wsutil/file_util.h
+++ b/wsutil/file_util.h
@@ -140,7 +140,7 @@ gboolean ws_init_dll_search_path();
*/
WS_DLL_PUBLIC
-void *ws_load_library(gchar *library_name);
+void *ws_load_library(const gchar *library_name);
/** Load a DLL using g_module_open.
* Only the system and program directories are searched.