missing changes to headers
[oweals/gnunet.git] / src / include / gnunet_container_lib.h
index fd2e6880c80171a9822c5230b50903f4dd9f7e59..4375cdbb1a5a3724ac1c9f1046b2714c582442f2 100644 (file)
 /* add error and config prototypes */
 #include "gnunet_crypto_lib.h"
 
-#if HAVE_EXTRACTOR_H
+#if HAVE_EXTRACTOR_H && HAVE_LIBEXTRACTOR
 
 #include <extractor.h>
 
+
+
 #else
 
 /* definitions from extractor.h we need for the build */
@@ -984,7 +986,12 @@ typedef int
                                      void *value);
 
 
+/**
+ * Hash map from peer identities to values.
+ */
 struct GNUNET_CONTAINER_MultiPeerMap;
+
+
 /**
  * @ingroup hashmap
  * Create a multi peer map (hash map for public keys of peers).