diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.h | 5 |
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; | |||
356 | static struct GNUNET_NAMESTORE_QueueEntry *add_qe; | 356 | static struct GNUNET_NAMESTORE_QueueEntry *add_qe; |
357 | 357 | ||
358 | /** | 358 | /** |
359 | * Queue entry for the 'del' operation. | ||
360 | */ | ||
361 | static struct GNUNET_NAMESTORE_QueueEntry *del_qe; | ||
362 | |||
363 | /** | ||
359 | * Global return value | 364 | * Global return value |
360 | */ | 365 | */ |
361 | static int ret; | 366 | static int ret; |