strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076aa51
)
Fixed comment of create_plugin_enumerator.
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 22 Sep 2011 16:00:11 +0000
(18:00 +0200)
committer
Martin Willi
<martin@revosec.ch>
Fri, 14 Oct 2011 08:05:46 +0000
(10:05 +0200)
src/libstrongswan/plugins/plugin_loader.h
patch
|
blob
|
history
diff --git
a/src/libstrongswan/plugins/plugin_loader.h
b/src/libstrongswan/plugins/plugin_loader.h
index
ea36bb1
..
da35b4d
100644
(file)
--- a/
src/libstrongswan/plugins/plugin_loader.h
+++ b/
src/libstrongswan/plugins/plugin_loader.h
@@
-59,9
+59,9
@@
struct plugin_loader_t {
/**
* Create an enumerator over all loaded plugins.
*
- * In addition to the plugin,
a to read-only list is enumerated (if it is
- *
not NULL). This list contains pointer to plugin features currently
- *
loaded
.
+ * In addition to the plugin,
the enumerator returns a list of pointers to
+ *
plugin features currently loaded (if the argument is not NULL).
+ *
This list is to be read only
.
*
* @return enumerator over plugin_t*, linked_list_t*
*/