aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_import.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-18 13:34:01 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-18 13:34:01 +0200
commite4dd1cf7a0bf42e238c4b791f890833fd44ed9fd (patch)
tree095fc1e32e252ef232c7fe707116ce0879a4c122 /src/conversation/gnunet-conversation-gtk_import.c
parent517e179d9119e32d3e5afc6c2ba4bf4b772239a3 (diff)
downloadgnunet-gtk-e4dd1cf7a0bf42e238c4b791f890833fd44ed9fd.tar.gz
gnunet-gtk-e4dd1cf7a0bf42e238c4b791f890833fd44ed9fd.zip
migrate gnunet-gtk logic to new (0.14.x) GNS/identity APIs
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_import.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk_import.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_import.c b/src/conversation/gnunet-conversation-gtk_import.c
index 002a1f71..cc16d386 100644
--- a/src/conversation/gnunet-conversation-gtk_import.c
+++ b/src/conversation/gnunet-conversation-gtk_import.c
@@ -99,9 +99,9 @@ static int private_record;
99 * operation. 99 * operation.
100 * 100 *
101 * @param cls NULL 101 * @param cls NULL
102 * @param success #GNUNET_SYSERR on failure (including timeout/queue drop/failure to validate) 102 * @param success #GNUNET_SYSERR on failure (including timeout/queue
103 * #GNUNET_NO if content was already there 103 * drop/failure to validate) #GNUNET_NO if content was already there #GNUNET_YES
104 * #GNUNET_YES (or other positive value) on success 104 * (or other positive value) on success
105 * @param emsg NULL on success, otherwise an error message 105 * @param emsg NULL on success, otherwise an error message
106 */ 106 */
107static void 107static void
@@ -195,9 +195,9 @@ GSC_add_contact (const gchar *name, const gchar *address)
195 * add operation. Finish 'add phone' operation. 195 * add operation. Finish 'add phone' operation.
196 * 196 *
197 * @param cls closure 197 * @param cls closure
198 * @param success #GNUNET_SYSERR on failure (including timeout/queue drop/failure to validate) 198 * @param success #GNUNET_SYSERR on failure (including timeout/queue
199 * #GNUNET_NO if content was already there or not found 199 * drop/failure to validate) #GNUNET_NO if content was already there or not
200 * #GNUNET_YES (or other positive value) on success 200 * found #GNUNET_YES (or other positive value) on success
201 * @param emsg NULL on success, otherwise an error message 201 * @param emsg NULL on success, otherwise an error message
202 */ 202 */
203static void 203static void
@@ -344,7 +344,7 @@ finish_shutdown ()
344 GNUNET_SCHEDULER_add_now (&async_disconnect, NULL); 344 GNUNET_SCHEDULER_add_now (&async_disconnect, NULL);
345 GNUNET_free (my_rd_data); 345 GNUNET_free (my_rd_data);
346 memset (&my_rd, 0, sizeof (my_rd)); 346 memset (&my_rd, 0, sizeof (my_rd));
347 GNUNET_CRYPTO_ecdsa_key_clear (&zone_pkey); 347 memset (&zone_pkey, 0, sizeof (zone_pkey));
348} 348}
349 349
350 350
@@ -354,9 +354,9 @@ finish_shutdown ()
354 * with 'add phone' operation if one is pending. 354 * with 'add phone' operation if one is pending.
355 * 355 *
356 * @param cls closure 356 * @param cls closure
357 * @param success #GNUNET_SYSERR on failure (including timeout/queue drop/failure to validate) 357 * @param success #GNUNET_SYSERR on failure (including timeout/queue
358 * #GNUNET_NO if content was already there or not found 358 * drop/failure to validate) #GNUNET_NO if content was already there or not
359 * #GNUNET_YES (or other positive value) on success 359 * found #GNUNET_YES (or other positive value) on success
360 * @param emsg NULL on success, otherwise an error message 360 * @param emsg NULL on success, otherwise an error message
361 */ 361 */
362static void 362static void