aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-07-15 07:54:16 +0000
committerGabor X Toth <*@tg-x.net>2013-07-15 07:54:16 +0000
commitd6e993f8abf50bd8d9b637e0fad3b74e71a1850b (patch)
tree7df97bf55a526f835ef34d0741031aa3159eaf83 /src/include/gnunet_psycstore_service.h
parent0c4e64676857a0963d74588c0a20e5a54892fb67 (diff)
downloadgnunet-d6e993f8abf50bd8d9b637e0fad3b74e71a1850b.tar.gz
gnunet-d6e993f8abf50bd8d9b637e0fad3b74e71a1850b.zip
env: doc; spaces
Diffstat (limited to 'src/include/gnunet_psycstore_service.h')
-rw-r--r--src/include/gnunet_psycstore_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 4cd5a36fc..d6f7b0781 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -160,7 +160,7 @@ GNUNET_PSYCSTORE_fragment_store (struct GNUNET_PSYCSTORE_Handle *h,
160 * @param message The retrieved message fragment. 160 * @param message The retrieved message fragment.
161 * @param flags Message flags indicating fragmentation status. 161 * @param flags Message flags indicating fragmentation status.
162 */ 162 */
163typedef void (*GNUNET_PSYCSTORE_FragmentResultCallback)(void *cls, 163typedef void (*GNUNET_PSYCSTORE_FragmentResultCallback)(void *cls,
164 const struct GNUNET_MULTICAST_MessageHeader *message, 164 const struct GNUNET_MULTICAST_MessageHeader *message,
165 enum GNUNET_PSYC_MessageFlags flags); 165 enum GNUNET_PSYC_MessageFlags flags);
166 166