diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-23 17:24:52 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-23 17:24:52 +0000 |
commit | e4dc37769bec7c097946939d5ac8d12b49cfbeb9 (patch) | |
tree | 218a3f453d7ea4d598685aeeba4e8f0181697115 /src/fs/fs_uri.c | |
parent | 04423022fefe80b52b3676967d9eac4145417d84 (diff) |
-note \& ignores
git-svn-id: https://gnunet.org/svn/gnunet@20736 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/fs_uri.c')
-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) |