From f6e67a5f9de4284c79a4331ac1a00e02e798777f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Apr 2010 14:34:42 +0000 Subject: [PATCH] dead --- src/include/gnunet_container_lib.h | 12 ------------ 1 file changed, 12 deletions(-) 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 **************************** */ -- 2.25.1