dead
authorChristian Grothoff <christian@grothoff.org>
Fri, 2 Apr 2010 14:34:42 +0000 (14:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 2 Apr 2010 14:34:42 +0000 (14:34 +0000)
src/include/gnunet_container_lib.h

index bec0405969c439906c07cb1d5a0732e30cac2cb7..6ab61dfdadfe6332f568ea829d06a72d13d8a53f 100644 (file)
@@ -439,18 +439,6 @@ struct GNUNET_CONTAINER_MetaData
   *GNUNET_CONTAINER_meta_data_deserialize (const char *input,
                                            size_t size);
 
-/**
- * Does the meta-data claim that this is a directory?
- * Checks if the mime-type is that of a GNUnet directory.
- *
- * @param md metadata to inspect
- * @return GNUNET_YES if it is, GNUNET_NO if it is not, GNUNET_SYSERR if
- *  we have no mime-type information (treat as 'GNUNET_NO')
- */
-int GNUNET_CONTAINER_meta_data_test_for_directory (const struct
-                                                   GNUNET_CONTAINER_MetaData
-                                                   *md);
-
 
 /* ******************************* HashMap **************************** */