- fixes
[oweals/gnunet.git] / src / namestore / namestore_common.c
index c1b5ddc1e0b776d6fd6e63e1ec89511bd81195a4..aa4603232d0769c91b0012a1ccd060bab6ecedd9 100644 (file)
@@ -206,7 +206,7 @@ GNUNET_NAMESTORE_records_deserialize (size_t len,
 struct GNUNET_CRYPTO_RsaSignature *
 GNUNET_NAMESTORE_create_signature (const struct GNUNET_CRYPTO_RsaPrivateKey *key,
     const char *name,
-    struct GNUNET_NAMESTORE_RecordData *rd,
+    const struct GNUNET_NAMESTORE_RecordData *rd,
     unsigned int rd_count)
 {
   struct GNUNET_CRYPTO_RsaSignature *sig = GNUNET_malloc(sizeof (struct GNUNET_CRYPTO_RsaSignature));