aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-22 19:06:35 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-22 19:06:35 +0000
commit4ad96e182037d35ec6e62a8bfb1d2ea9b14be106 (patch)
tree7e5b055bce051c11bfd460443956e619466d4710 /src/fs/fs_uri.c
parentd62bacc863759d211988cd59d0f0849e378d2a61 (diff)
downloadgnunet-4ad96e182037d35ec6e62a8bfb1d2ea9b14be106.tar.gz
gnunet-4ad96e182037d35ec6e62a8bfb1d2ea9b14be106.zip
documentation cleanup
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 1c0686ed9..38dba8991 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -470,7 +470,7 @@ c2v (unsigned char a)
470/** 470/**
471 * Convert string back to binary data. 471 * Convert string back to binary data.
472 * 472 *
473 * @param input '\0'-terminated string 473 * @param input '\\0'-terminated string
474 * @param data where to write binary data 474 * @param data where to write binary data
475 * @param size how much data should be converted 475 * @param size how much data should be converted
476 * @return number of characters processed from input, 476 * @return number of characters processed from input,
@@ -808,7 +808,7 @@ GNUNET_FS_uri_loc_get_uri (const struct GNUNET_FS_Uri *uri)
808/** 808/**
809 * Construct a location URI (this peer will be used for the location). 809 * Construct a location URI (this peer will be used for the location).
810 * 810 *
811 * @param baseURI content offered by the sender 811 * @param baseUri content offered by the sender
812 * @param cfg configuration information (used to find our hostkey) 812 * @param cfg configuration information (used to find our hostkey)
813 * @param expiration_time how long will the content be offered? 813 * @param expiration_time how long will the content be offered?
814 * @return the location URI, NULL on error 814 * @return the location URI, NULL on error