aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-05 19:33:59 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-05 19:33:59 +0000
commitfbdce8d7a2ec33531a6c1f27bfccf81865bc9a7d (patch)
treee153f3d1176949c5c4dc938b0ca0b1d85d8c2f62 /src/fs/fs_api.h
parent8fc100cd5192d0fb082c94dbe8283f82875a93bd (diff)
downloadgnunet-fbdce8d7a2ec33531a6c1f27bfccf81865bc9a7d.tar.gz
gnunet-fbdce8d7a2ec33531a6c1f27bfccf81865bc9a7d.zip
-more logging
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index d4b7aa202..d728c59a0 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -633,10 +633,11 @@ GNUNET_FS_queue_ (struct GNUNET_FS_Handle *h, GNUNET_FS_QueueStart start,
633 633
634/** 634/**
635 * Dequeue a job from the queue. 635 * Dequeue a job from the queue.
636 * @param qh handle for the job 636 *
637 * @param qe handle for the job
637 */ 638 */
638void 639void
639GNUNET_FS_dequeue_ (struct GNUNET_FS_QueueEntry *qh); 640GNUNET_FS_dequeue_ (struct GNUNET_FS_QueueEntry *qe);
640 641
641 642
642/** 643/**