summaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-12 10:33:23 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-12 10:33:23 +0100
commit819b67426c95b68af800dae4b1dc700cfed822bd (patch)
treea49361086f56d122b3e40430c6278bc659f489db /src/auditor/report-lib.h
parent2cdbf58006f06ef7473d1332967cac8ebe33f47a (diff)
downloadexchange-819b67426c95b68af800dae4b1dc700cfed822bd.tar.gz
exchange-819b67426c95b68af800dae4b1dc700cfed822bd.tar.bz2
exchange-819b67426c95b68af800dae4b1dc700cfed822bd.zip
-doxygen fixes
Diffstat (limited to 'src/auditor/report-lib.h')
-rw-r--r--src/auditor/report-lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h
index 3f4489763..8ef7e048a 100644
--- a/src/auditor/report-lib.h
+++ b/src/auditor/report-lib.h
@@ -276,7 +276,7 @@ TALER_ARL_amount_subtract_neg_ (struct TALER_Amount *diff,
* @param ana_cls closure for @a ana
* @return #GNUNET_OK on success
*/
-int
+enum GNUNET_GenericReturnValue
TALER_ARL_setup_sessions_and_run (TALER_ARL_Analysis ana,
void *ana_cls);
@@ -298,7 +298,7 @@ TALER_ARL_do_abort (void);
* @param c configuration to use
* @return #GNUNET_OK on success
*/
-int
+enum GNUNET_GenericReturnValue
TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle *c);