aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-15 13:17:09 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-15 13:17:09 +0000
commit07d2afe861142b47025207c1834225932ba6e690 (patch)
treef70900fd055f48327925309c7806f2247bed7e16 /src/include/gnunet_strings_lib.h
parent3a85392fefd67dc0d3e3ab85be73a8fa1a99049f (diff)
downloadgnunet-07d2afe861142b47025207c1834225932ba6e690.tar.gz
gnunet-07d2afe861142b47025207c1834225932ba6e690.zip
-downgrade version requirement further
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index f8f2a92d5..903b45ec5 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -316,7 +316,7 @@ GNUNET_STRINGS_data_to_string_alloc (const void *buf,
316 * @a out_size must match exactly the size of the data before it was encoded. 316 * @a out_size must match exactly the size of the data before it was encoded.
317 * 317 *
318 * @param enc the encoding 318 * @param enc the encoding
319 * @param enclen number of characters in 'enc' (without 0-terminator, which can be missing) 319 * @param enclen number of characters in @a enc (without 0-terminator, which can be missing)
320 * @param out location where to store the decoded data 320 * @param out location where to store the decoded data
321 * @param out_size size of the output buffer @a out 321 * @param out_size size of the output buffer @a out
322 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding 322 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding