aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-11-08 07:09:31 +0000
committerng0 <ng0@infotropique.org>2017-11-08 07:09:31 +0000
commit61c077154ae51e2808de6505841121b2817913a1 (patch)
tree409434c30c099bfa90f278a020fb5d8938b495ee /src/fs
parent5295856396dc8364bf5ba3c710fb5210c095198a (diff)
downloadgnunet-61c077154ae51e2808de6505841121b2817913a1.tar.gz
gnunet-61c077154ae51e2808de6505841121b2817913a1.zip
FS: Add 'nar' and 'narinfo' to fs_misc.c
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_misc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/fs_misc.c b/src/fs/fs_misc.c
index bcb8620cf..1c55b30ec 100644
--- a/src/fs/fs_misc.c
+++ b/src/fs/fs_misc.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2010, 2011 GNUnet e.V. 3 Copyright (C) 2010, 2011, 2017 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -43,6 +43,8 @@ GNUNET_FS_meta_data_suggest_filename (const struct GNUNET_CONTAINER_MetaData
43 {"application/gnunet-directory", ".gnd"}, 43 {"application/gnunet-directory", ".gnd"},
44 {"application/java", ".class"}, 44 {"application/java", ".class"},
45 {"application/msword", ".doc"}, 45 {"application/msword", ".doc"},
46 {"applixation/nar", ".nar"},
47 {"applixation/narinfo", ".narinfo"},
46 {"application/ogg", ".ogg"}, 48 {"application/ogg", ".ogg"},
47 {"application/pdf", ".pdf"}, 49 {"application/pdf", ".pdf"},
48 {"application/pgp-keys", ".key"}, 50 {"application/pgp-keys", ".key"},