aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/chat/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/chat/chat.h')
-rw-r--r--src/plugins/chat/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/chat/chat.h b/src/plugins/chat/chat.h
index fd395176..1994f0c7 100644
--- a/src/plugins/chat/chat.h
+++ b/src/plugins/chat/chat.h
@@ -46,7 +46,7 @@ struct GNUNET_CHAT_gui_chat_client
46 struct GNUNET_CHAT_gui_chat_client *next; 46 struct GNUNET_CHAT_gui_chat_client *next;
47 struct GNUNET_CHAT_gui_chat_client *prev; 47 struct GNUNET_CHAT_gui_chat_client *prev;
48 GNUNET_RSA_PublicKey pub_key; 48 GNUNET_RSA_PublicKey pub_key;
49 const struct GNUNET_RSA_PrivateKey *priv_key; 49 const struct GNUNET_RSA_PrivateKey *priv_key;
50 int number; 50 int number;
51 GtkWidget *chatFrame; 51 GtkWidget *chatFrame;
52 struct GNUNET_CHAT_Room *room; 52 struct GNUNET_CHAT_Room *room;