aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_template.c')
-rw-r--r--src/datastore/plugin_datastore_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 7f31ff703..6439bc019 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -194,6 +194,7 @@ template_plugin_iter_low_priority (void *cls,
194 * Select a subset of the items in the datastore and call 194 * Select a subset of the items in the datastore and call
195 * the given iterator for each of them. 195 * the given iterator for each of them.
196 * 196 *
197 * @param cls our "struct Plugin*"
197 * @param type entries of which type should be considered? 198 * @param type entries of which type should be considered?
198 * Use 0 for any type. 199 * Use 0 for any type.
199 * @param iter function to call on each matching value; 200 * @param iter function to call on each matching value;