summaryrefslogtreecommitdiff
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 26a25de8cd..2a80ed5bbb 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -84,6 +84,7 @@ WS_DLL_PUBLIC char *get_datafile_path(const char *filename);
/*
* Get the personal plugin dir.
+ * Return value is malloced so the caller should g_free() it.
*/
WS_DLL_PUBLIC char *get_plugins_pers_dir(void);