summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-16 21:26:53 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-16 21:26:53 +0100
commitdd6bad739a7b7539952af6bebb74bfe3ffa0f9d7 (patch)
tree110515491fd41f04152f495d8af9e79e67f52925 /src/include/taler_util.h
parent3d9ad86dfb34121c88a4446b216c74c14517722f (diff)
downloadexchange-dd6bad739a7b7539952af6bebb74bfe3ffa0f9d7.tar.gz
exchange-dd6bad739a7b7539952af6bebb74bfe3ffa0f9d7.tar.bz2
exchange-dd6bad739a7b7539952af6bebb74bfe3ffa0f9d7.zip
debig
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 504f9b39c..2cc0e4940 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -149,7 +149,7 @@ TALER_project_data_default (void);
* URL-encode a string according to rfc3986.
*
* @param s string to encode
- * @returns the urlencoded string, the caller must free it with GNUNET_free
+ * @returns the urlencoded string, the caller must free it with GNUNET_free()
*/
char *
TALER_urlencode (const char *s);
@@ -160,9 +160,9 @@ TALER_urlencode (const char *s);
* directly or via proxy).
*
* @param connection MHD connection
- * @returns GNUNET_YES if the MHD connection is using https,
- * GNUNET_NO if the MHD connection is using http,
- * GNUNET_SYSERR if the connection type couldn't be determined
+ * @returns #GNUNET_YES if the MHD connection is using https,
+ * #GNUNET_NO if the MHD connection is using http,
+ * #GNUNET_SYSERR if the connection type couldn't be determined
*/
int
TALER_mhd_is_https (struct MHD_Connection *connection);