gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor] branch master updated: Add nar and narinfo.


From: gnunet
Subject: [GNUnet-SVN] [libextractor] branch master updated: Add nar and narinfo.
Date: Thu, 14 Sep 2017 17:50:42 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libextractor.

The following commit(s) were added to refs/heads/master by this push:
     new f376d245 Add nar and narinfo.
f376d245 is described below

commit f376d245006575e260c76aa899d735f30816f5b7
Author: ng0 <address@hidden>
AuthorDate: Thu Sep 14 15:04:13 2017 +0000

    Add nar and narinfo.
---
 src/include/extractor.h        | 5 ++++-
 src/main/extractor_metatypes.c | 8 +++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/include/extractor.h b/src/include/extractor.h
index 9bce88ce..099e13a7 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -385,7 +385,10 @@ enum EXTRACTOR_MetaType
 
     EXTRACTOR_METATYPE_AUDIO_PREVIEW = 228,
 
-    EXTRACTOR_METATYPE_LAST = 229
+    EXTRACTOR_METATYPE_NARINFO = 229,
+    EXTRACTOR_METATYPE_NAR = 230,
+
+    EXTRACTOR_METATYPE_LAST = 231
   };
 
 /** @} */ /* end of meta data types */
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index ac159d18..41d10614 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -550,7 +550,13 @@ static const struct MetaTypeDescription 
meta_type_descriptions[] = {
 
   { gettext_noop ("audio preview"),
     gettext_noop ("a preview of the file audio stream") },
-       
+
+  { gettext_noop ("narinfo"),
+    gettext_noop ("file containing information about contents of a normalized 
archive (nar)") },
+  /* 230 */
+  { gettext_noop ("nar"),
+    gettext_noop ("normalized archive") },
+
   { gettext_noop ("last"),
     gettext_noop ("last") }
 };

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]