aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/fs_uri.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index a91212121..9097d9884 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -37,6 +37,8 @@
37 * implementation is rather different in pretty much every detail. 37 * implementation is rather different in pretty much every detail.
38 * The concrete URI formats are: 38 * The concrete URI formats are:
39 * 39 *
40 * </p>
41 *
40 * <ul><li> 42 * <ul><li>
41 * 43 *
42 * First, there are URIs that identify a file. They have the format 44 * First, there are URIs that identify a file. They have the format
@@ -76,7 +78,7 @@
76 * 78 *
77 * The encoding for hexadecimal values is defined in the hashing.c 79 * The encoding for hexadecimal values is defined in the hashing.c
78 * module in the gnunetutil library and discussed there. 80 * module in the gnunetutil library and discussed there.
79 * <p> 81 *
80 */ 82 */
81#include "platform.h" 83#include "platform.h"
82#include "gnunet_fs_service.h" 84#include "gnunet_fs_service.h"