From b3db33d5679f3d4f05802d360da3d8a2fd7192f1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 Oct 2013 11:39:55 +0000 Subject: -rename fest for symbols moved from GNUNET_NAMESTORE_ to new GNUNET_GNSRECORD_ library --- src/conversation/conversation_api.c | 6 +++--- src/conversation/gnunet-conversation.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/conversation') diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c index aca0155c8..7ee303866 100644 --- a/src/conversation/conversation_api.c +++ b/src/conversation/conversation_api.c @@ -457,7 +457,7 @@ GNUNET_CONVERSATION_phone_get_record (struct GNUNET_CONVERSATION_Phone *phone, rd->data = &phone->my_record; rd->expiration_time = 0; rd->data_size = sizeof (struct GNUNET_CONVERSATION_PhoneRecord); - rd->record_type = GNUNET_NAMESTORE_TYPE_PHONE; + rd->record_type = GNUNET_GNSRECORD_TYPE_PHONE; rd->flags = GNUNET_NAMESTORE_RF_NONE; } @@ -914,7 +914,7 @@ handle_gns_response (void *cls, call->gns_lookup = NULL; for (i=0;igns_lookup = GNUNET_GNS_lookup (call->gns, call->callee, &my_zone, - GNUNET_NAMESTORE_TYPE_PHONE, + GNUNET_GNSRECORD_TYPE_PHONE, GNUNET_NO, NULL /* FIXME: add shortening support */, &handle_gns_response, call); diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index d2122d104..5acdb3812 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -244,7 +244,7 @@ start_phone () GNUNET_CONVERSATION_phone_get_record (phone, &rd); GNUNET_free_non_null (address); - address = GNUNET_NAMESTORE_value_to_string (rd.record_type, + address = GNUNET_GNSRECORD_value_to_string (rd.record_type, rd.data, rd.data_size); if (verbose) -- cgit v1.2.3