aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h
index 112a05a7..37c9b076 100644
--- a/src/conversation/gnunet-conversation-gtk.h
+++ b/src/conversation/gnunet-conversation-gtk.h
@@ -356,6 +356,11 @@ char *peer_id;
356static struct GNUNET_NAMESTORE_QueueEntry *add_qe; 356static struct GNUNET_NAMESTORE_QueueEntry *add_qe;
357 357
358/** 358/**
359 * Queue entry for the 'del' operation.
360 */
361static struct GNUNET_NAMESTORE_QueueEntry *del_qe;
362
363/**
359 * Global return value 364 * Global return value
360 */ 365 */
361static int ret; 366static int ret;