- use tunnel encryption state to select decryption key
[oweals/gnunet.git] / src / include / gnunet_gns_service.h
index f26b44265e96c25291ec23ac94b26c505e9091d2..36ca0ab5e81de2e9adaa4ef1736d1fab12da73d5 100644 (file)
@@ -84,7 +84,7 @@ GNUNET_GNS_disconnect (struct GNUNET_GNS_Handle *handle);
  */
 typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls,
                                                  uint32_t rd_count,
-                                                 const struct GNUNET_NAMESTORE_RecordData *rd);
+                                                 const struct GNUNET_GNSRECORD_Data *rd);
 
 
 /**