diff options
Diffstat (limited to 'src/plugins/chat/chat.h')
-rw-r--r-- | src/plugins/chat/chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/chat/chat.h b/src/plugins/chat/chat.h index 0b9900a0..fd395176 100644 --- a/src/plugins/chat/chat.h +++ b/src/plugins/chat/chat.h | |||
@@ -45,6 +45,8 @@ struct GNUNET_CHAT_gui_chat_client | |||
45 | { | 45 | { |
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; | ||
49 | const struct GNUNET_RSA_PrivateKey *priv_key; | ||
48 | int number; | 50 | int number; |
49 | GtkWidget *chatFrame; | 51 | GtkWidget *chatFrame; |
50 | struct GNUNET_CHAT_Room *room; | 52 | struct GNUNET_CHAT_Room *room; |