diff options
-rw-r--r-- | src/fs/fs_uri.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index b5b4e1299c..dc6d195caf 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -1500,6 +1500,10 @@ find_duplicate (const char *s, const char **array, int array_length) return GNUNET_NO; } + +/** + * FIXME: comment + */ static char * normalize_metadata (enum EXTRACTOR_MetaFormat format, const char *data, size_t data_len) |