aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-gtk.h')
-rw-r--r--src/gns/gnunet-gns-gtk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-gtk.h b/src/gns/gnunet-gns-gtk.h
index 282f3039..b7165e49 100644
--- a/src/gns/gnunet-gns-gtk.h
+++ b/src/gns/gnunet-gns-gtk.h
@@ -36,10 +36,15 @@ struct GNUNET_GNS_Context
36 36
37 GtkBuilder *builder; 37 GtkBuilder *builder;
38 38
39 struct GNUNET_CRYPTO_RsaPrivateKey *pkey;
40 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pubkey;
39 41
42 GNUNET_HashCode zone;
40}; 43};
41 44
42 45
43 46
44 47
48
49
45/* end of gnunet-gns-gtk.h */ 50/* end of gnunet-gns-gtk.h */