aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-01-28 16:58:15 +0000
committerBart Polot <bart@net.in.tum.de>2015-01-28 16:58:15 +0000
commit69c256249fc42875aee08b96862b519a5d66fbe2 (patch)
treea896bec5dd22e6954500866e0f528572f8579bb4 /src/rps/gnunet-service-rps_sampler.h
parentf211dbecd475ad630e54b29e2bd054c139aa1273 (diff)
downloadgnunet-69c256249fc42875aee08b96862b519a5d66fbe2.tar.gz
gnunet-69c256249fc42875aee08b96862b519a5d66fbe2.zip
- doc
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.h')
-rw-r--r--src/rps/gnunet-service-rps_sampler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.h b/src/rps/gnunet-service-rps_sampler.h
index d0ac11d0d..a4d1fa7d4 100644
--- a/src/rps/gnunet-service-rps_sampler.h
+++ b/src/rps/gnunet-service-rps_sampler.h
@@ -77,7 +77,7 @@ RPS_sampler_get_size ();
77/** 77/**
78 * Grow or shrink the size of the sampler. 78 * Grow or shrink the size of the sampler.
79 * 79 *
80 * @param new_size the new size of the sampler 80 * @param new_size the new size of the sampler (not 0)
81 */ 81 */
82 void 82 void
83RPS_sampler_resize (unsigned int new_size); 83RPS_sampler_resize (unsigned int new_size);
@@ -85,8 +85,6 @@ RPS_sampler_resize (unsigned int new_size);
85 85
86/** 86/**
87 * Empty the sampler. 87 * Empty the sampler.
88 *
89 * @param new_size the new size of the sampler
90 */ 88 */
91void 89void
92RPS_sampler_empty (); 90RPS_sampler_empty ();