From: Christian Grothoff Date: Fri, 2 Apr 2010 14:34:42 +0000 (+0000) Subject: dead X-Git-Tag: initial-import-from-subversion-38251~22319 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6e67a5f9de4284c79a4331ac1a00e02e798777f;p=oweals%2Fgnunet.git dead --- diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h index bec040596..6ab61dfda 100644 --- a/src/include/gnunet_container_lib.h +++ b/src/include/gnunet_container_lib.h @@ -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 **************************** */