diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-30 14:16:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-30 14:16:42 +0100 |
commit | 4b2504a3c36d45beec3adda844658270d1ec18a3 (patch) | |
tree | 7138a634a9694c698b9b65e04a9da9db3c171365 /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | a1af10a832de7070420c61cc6d9daf0311726c90 (diff) |
doxygen fixes
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index e42d366cb..1a591bb80 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -7499,7 +7499,7 @@ postgres_lookup_auditor_timestamp ( * @param cls closure * @param session a session * @param auditor_pub key to look up information for - * @param[out] set to the base URL of the auditor's REST API; memory to be + * @param[out] auditor_url set to the base URL of the auditor's REST API; memory to be * released by the caller! * @param[out] enabled set if the auditor is currently in use * @return transaction status code |