diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:13:28 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:13:28 +0100 |
commit | 9c45958a55d25f87fa8848765cb924ddc604e91b (patch) | |
tree | c4f5d71de68cee251d28ef5eada636f78e97236e /src/util/util.c | |
parent | 9d86f050f9a5c684b06c8fe349f336756c4feca2 (diff) |
doxygen
Diffstat (limited to 'src/util/util.c')
-rw-r--r-- | src/util/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util.c b/src/util/util.c index c9316462b..84f774d1c 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -489,6 +489,7 @@ TALER_mhd_is_https (struct MHD_Connection *connection) /** * Make an absolute URL for a given MHD connection. * + * @param connection the connection to get the URL for * @param path path of the url * @param ... NULL-terminated key-value pairs (char *) for query parameters, * the value will be url-encoded |