aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-10 17:34:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-10 17:34:42 +0000
commite87e273ce5f864e20fcca02c34bef72de4fc00bd (patch)
tree14125cc08e325f9133d4a7a8b43b7de5f7fece94 /src/fs/gnunet-service-fs_pr.h
parente253ed6e7e5ac2a113b6dbc762258f358c9ca5ae (diff)
downloadgnunet-e87e273ce5f864e20fcca02c34bef72de4fc00bd.tar.gz
gnunet-e87e273ce5f864e20fcca02c34bef72de4fc00bd.zip
load
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 39a5fc77f..885947295 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -315,9 +315,9 @@ GSF_dht_lookup_ (struct GSF_PendingRequest *pr);
315 * @param pr the pending request we were processing 315 * @param pr the pending request we were processing
316 * @param result final datastore lookup result 316 * @param result final datastore lookup result
317 */ 317 */
318typedef void (GSF_LocalLookupContinuation)(void *cls, 318typedef void (*GSF_LocalLookupContinuation)(void *cls,
319 struct GSF_PendingRequest *pr, 319 struct GSF_PendingRequest *pr,
320 enum GNUNET_BLOCK_EvaluationResult result); 320 enum GNUNET_BLOCK_EvaluationResult result);
321 321
322 322
323/** 323/**