gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/02: -fix warning


From: gnunet
Subject: [taler-exchange] 02/02: -fix warning
Date: Wed, 10 May 2023 00:02:57 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 1cf58e8ff8efc82f0e8bf1a058047d48b86e060e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 10 00:02:52 2023 +0200

    -fix warning
---
 src/include/taler_util.h | 10 ++++++++++
 src/util/util.c          |  6 ------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 8192ed87..6c294822 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -229,6 +229,16 @@ void
 TALER_OS_init (void);
 
 
+/**
+ * Re-encode string at @a inp to match RFC 8785 (section 3.2.2.2).
+ *
+ * @param[in,out] inp pointer to string to re-encode
+ * @return number of bytes in resulting @a inp
+ */
+size_t
+TALER_rfc8785encode (char **inp);
+
+
 /**
  * URL-encode a string according to rfc3986.
  *
diff --git a/src/util/util.c b/src/util/util.c
index 7cd4b0c3..82c5f7f3 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -258,12 +258,6 @@ lowdump (struct GNUNET_Buffer *buf,
 }
 
 
-/**
- * Re-encode string at @a inp to match RFC 8785 (section 3.2.2.2).
- *
- * @param[in,out] inp pointer to string to re-encode
- * @return number of bytes in resulting @a inp
- */
 size_t
 TALER_rfc8785encode (char **inp)
 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]