aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/plugin_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/plugins/plugin_loader.h')
-rw-r--r--src/libstrongswan/plugins/plugin_loader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/plugin_loader.h b/src/libstrongswan/plugins/plugin_loader.h
index 0f677c2fe..7fd07044d 100644
--- a/src/libstrongswan/plugins/plugin_loader.h
+++ b/src/libstrongswan/plugins/plugin_loader.h
@@ -71,7 +71,9 @@ struct plugin_loader_t {
/**
* Get a simple list the names of all loaded plugins.
*
- * @return list of the names of all loaded plugins (allocated)
+ * The function returns internal data, do not free.
+ *
+ * @return list of the names of all loaded plugins
*/
char* (*loaded_plugins)(plugin_loader_t *this);