aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2015-12-17 14:12:44 +0000
committerGabor X Toth <*@tg-x.net>2015-12-17 14:12:44 +0000
commitc159ab01bd16e9f3ad1776fa6fb26398cb7986d9 (patch)
tree61b0cad0b3e94f7e2dc7a8b48de7dc24784e229d /src/include/gnunet_gnsrecord_lib.h
parent6cf89fa848bbcb9e1f941bad1ac0c4ec6066fdd7 (diff)
downloadgnunet-c159ab01bd16e9f3ad1776fa6fb26398cb7986d9.tar.gz
gnunet-c159ab01bd16e9f3ad1776fa6fb26398cb7986d9.zip
social: API changes for application connections: store/load app subscriptions to places
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index d52054909..76eb69a8a 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -195,7 +195,7 @@ struct GNUNET_GNSRECORD_PlaceData
195 /** 195 /**
196 * Public key of the place. 196 * Public key of the place.
197 */ 197 */
198 struct GNUNET_CRYPTO_EddsaPublicKey place_key; 198 struct GNUNET_CRYPTO_EddsaPublicKey place_pub_key;
199 199
200 /** 200 /**
201 * Peer identity of the origin. 201 * Peer identity of the origin.