diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-22 11:53:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-22 11:53:42 +0200 |
commit | af6995c9aa0e859f090273f5a7eb76cdf822b7db (patch) | |
tree | 57a563fcbcfb78cc75c41629c572bfdda9e52ec0 | |
parent | afa75e093a086e93de2284bd2189eceed6a3a09f (diff) | |
download | exchange-af6995c9aa0e859f090273f5a7eb76cdf822b7db.tar.gz exchange-af6995c9aa0e859f090273f5a7eb76cdf822b7db.zip |
-doxygen fix
-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 2d7ca0573..98bd6de30 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c | |||
@@ -2964,7 +2964,7 @@ pq_socket_cb (void *cls, | |||
2964 | * Register callback to be invoked on events of type @a es. | 2964 | * Register callback to be invoked on events of type @a es. |
2965 | * | 2965 | * |
2966 | * @param cls database context to use | 2966 | * @param cls database context to use |
2967 | * @param session connection to use | 2967 | * @param timeout how long until to generate a timeout event |
2968 | * @param es specification of the event to listen for | 2968 | * @param es specification of the event to listen for |
2969 | * @param cb function to call when the event happens, possibly | 2969 | * @param cb function to call when the event happens, possibly |
2970 | * multiple times (until cancel is invoked) | 2970 | * multiple times (until cancel is invoked) |