aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_plugin.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-05-12 15:55:41 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-05-12 15:55:41 +0000
commit6f1bbf8034e41837c33c5e3a7270c603a02e9d2e (patch)
tree5f3bf2aa83959c110376303298da5f49ba1134cf /src/include/gnunet_peerstore_plugin.h
parenta9670db6f78bdc4be16dc856a02fe42f4e039f93 (diff)
downloadgnunet-6f1bbf8034e41837c33c5e3a7270c603a02e9d2e.tar.gz
gnunet-6f1bbf8034e41837c33c5e3a7270c603a02e9d2e.zip
PEERSTORE store function
Diffstat (limited to 'src/include/gnunet_peerstore_plugin.h')
-rw-r--r--src/include/gnunet_peerstore_plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_peerstore_plugin.h b/src/include/gnunet_peerstore_plugin.h
index 8dcc1ec2a..f693072c0 100644
--- a/src/include/gnunet_peerstore_plugin.h
+++ b/src/include/gnunet_peerstore_plugin.h
@@ -63,10 +63,10 @@ struct GNUNET_PEERSTORE_PluginFunctions
63 */ 63 */
64 int 64 int
65 (*store_record) (void *cls, 65 (*store_record) (void *cls,
66 const char *sub_system, 66 const struct GNUNET_PeerIdentity *peer,
67 const struct GNUNET_PeerIdentity *peer, 67 const char *sub_system,
68 const void *value, 68 const void *value,
69 size_t size); 69 size_t size);
70 70
71}; 71};
72 72