aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/plugin_identity_provider_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity-provider/plugin_identity_provider_sqlite.c')
-rw-r--r--src/identity-provider/plugin_identity_provider_sqlite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/identity-provider/plugin_identity_provider_sqlite.c b/src/identity-provider/plugin_identity_provider_sqlite.c
index 594e4788d..0071528b9 100644
--- a/src/identity-provider/plugin_identity_provider_sqlite.c
+++ b/src/identity-provider/plugin_identity_provider_sqlite.c
@@ -368,6 +368,7 @@ database_shutdown (struct Plugin *plugin)
368 * 368 *
369 * @param cls closure (internal context for the plugin) 369 * @param cls closure (internal context for the plugin)
370 * @param ticket the ticket to persist 370 * @param ticket the ticket to persist
371 * @param attrs the attributes associated with the ticket
371 * @return #GNUNET_OK on success, else #GNUNET_SYSERR 372 * @return #GNUNET_OK on success, else #GNUNET_SYSERR
372 */ 373 */
373static int 374static int
@@ -581,8 +582,7 @@ get_ticket_and_call_iterator (struct Plugin *plugin,
581 * Lookup tickets in the datastore. 582 * Lookup tickets in the datastore.
582 * 583 *
583 * @param cls closure (internal context for the plugin) 584 * @param cls closure (internal context for the plugin)
584 * @param zone private key of the zone 585 * @param ticket the ticket to retrieve attributes for
585 * @param label name of the record in the zone
586 * @param iter function to call with the result 586 * @param iter function to call with the result
587 * @param iter_cls closure for @a iter 587 * @param iter_cls closure for @a iter
588 * @return #GNUNET_OK on success, else #GNUNET_SYSERR 588 * @return #GNUNET_OK on success, else #GNUNET_SYSERR