diff options
Diffstat (limited to 'src/gns/gnunet-gns-gtk.h')
-rw-r--r-- | src/gns/gnunet-gns-gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-gtk.h b/src/gns/gnunet-gns-gtk.h index b7165e49..012f8de3 100644 --- a/src/gns/gnunet-gns-gtk.h +++ b/src/gns/gnunet-gns-gtk.h | |||
@@ -36,10 +36,13 @@ struct GNUNET_GNS_Context | |||
36 | 36 | ||
37 | GtkBuilder *builder; | 37 | GtkBuilder *builder; |
38 | 38 | ||
39 | GtkTreeStore *ts; | ||
40 | |||
39 | struct GNUNET_CRYPTO_RsaPrivateKey *pkey; | 41 | struct GNUNET_CRYPTO_RsaPrivateKey *pkey; |
40 | struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pubkey; | 42 | struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pubkey; |
41 | 43 | ||
42 | GNUNET_HashCode zone; | 44 | GNUNET_HashCode zone; |
45 | |||
43 | }; | 46 | }; |
44 | 47 | ||
45 | 48 | ||