aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_plugin.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-10-12 21:54:30 +0000
committerGabor X Toth <*@tg-x.net>2016-10-12 21:54:30 +0000
commitb44b31bd94d3a7479e1ab2bf76acd82030455703 (patch)
treec49e4725ecf389c18b7a65c01e2b8182fa66dcc0 /src/include/gnunet_psycstore_plugin.h
parent7b230386d0b65d4d0e7eded214290d122e96e974 (diff)
downloadgnunet-b44b31bd94d3a7479e1ab2bf76acd82030455703.tar.gz
gnunet-b44b31bd94d3a7479e1ab2bf76acd82030455703.zip
psycstore: fix postgres
Diffstat (limited to 'src/include/gnunet_psycstore_plugin.h')
-rw-r--r--src/include/gnunet_psycstore_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_psycstore_plugin.h b/src/include/gnunet_psycstore_plugin.h
index 4d19ce86d..b8dd0cc98 100644
--- a/src/include/gnunet_psycstore_plugin.h
+++ b/src/include/gnunet_psycstore_plugin.h
@@ -114,7 +114,7 @@ struct GNUNET_PSYCSTORE_PluginFunctions
114 (*message_add_flags) (void *cls, 114 (*message_add_flags) (void *cls,
115 const struct GNUNET_CRYPTO_EddsaPublicKey *channel_key, 115 const struct GNUNET_CRYPTO_EddsaPublicKey *channel_key,
116 uint64_t message_id, 116 uint64_t message_id,
117 uint64_t psycstore_flags); 117 uint32_t psycstore_flags);
118 118
119 /** 119 /**
120 * Retrieve a message fragment range by fragment ID. 120 * Retrieve a message fragment range by fragment ID.