FS: Add 'nar' and 'narinfo' to fs_misc.c
authorng0 <ng0@infotropique.org>
Wed, 8 Nov 2017 07:09:31 +0000 (07:09 +0000)
committerng0 <ng0@infotropique.org>
Wed, 8 Nov 2017 07:09:31 +0000 (07:09 +0000)
src/fs/fs_misc.c

index bcb8620cfa1a531abb4943886f9104c599ef117a..1c55b30ec9332eea86c572a3b6c1949fb1b7dda5 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2010, 2011 GNUnet e.V.
+     Copyright (C) 2010, 2011, 2017 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      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
     {"application/gnunet-directory", ".gnd"},
     {"application/java", ".class"},
     {"application/msword", ".doc"},
+    {"applixation/nar", ".nar"},
+    {"applixation/narinfo", ".narinfo"},
     {"application/ogg", ".ogg"},
     {"application/pdf", ".pdf"},
     {"application/pgp-keys", ".key"},