gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r474 - in Extractor/src: include main


From: grothoff
Subject: [GNUnet-SVN] r474 - in Extractor/src: include main
Date: Mon, 21 Mar 2005 09:42:41 -0800 (PST)

Author: grothoff
Date: 2005-03-21 09:42:39 -0800 (Mon, 21 Mar 2005)
New Revision: 474

Modified:
   Extractor/src/include/extractor.h
   Extractor/src/main/extractor.c
Log:
fixing mantis #789

Modified: Extractor/src/include/extractor.h
===================================================================
--- Extractor/src/include/extractor.h   2005-03-21 17:41:09 UTC (rev 473)
+++ Extractor/src/include/extractor.h   2005-03-21 17:42:39 UTC (rev 474)
@@ -121,6 +121,7 @@
   EXTRACTOR_MEDIA_TYPE = 68,
   EXTRACTOR_CONTACT = 69,
   EXTRACTOR_THUMBNAIL_DATA = 70,
+  EXTRACTOR_PUBLICATION_DATE = 71,
 } EXTRACTOR_KeywordType;
 
 /**

Modified: Extractor/src/main/extractor.c
===================================================================
--- Extractor/src/main/extractor.c      2005-03-21 17:41:09 UTC (rev 473)
+++ Extractor/src/main/extractor.c      2005-03-21 17:42:39 UTC (rev 474)
@@ -1,6 +1,6 @@
 /*
      This file is part of libextractor.
-     (C) 2002 - 2005 Vidyut Samanta and Christian Grothoff
+     (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff
 
      libextractor is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -105,11 +105,12 @@
   gettext_noop("media type"),
   gettext_noop("contact"),
   gettext_noop("binary thumbnail data"),
+  gettext_noop("publication date"),
   NULL,
 };
 
 /* the number of keyword types (for bounds-checking) */
-#define HIGHEST_TYPE_NUMBER 71
+#define HIGHEST_TYPE_NUMBER 72
 
 #ifdef HAVE_LIBOGG
 #if HAVE_VORBIS





reply via email to

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