aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler_elem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler_elem.h')
-rw-r--r--src/rps/gnunet-service-rps_sampler_elem.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps_sampler_elem.h b/src/rps/gnunet-service-rps_sampler_elem.h
index 861a579bc..bbf2c147b 100644
--- a/src/rps/gnunet-service-rps_sampler_elem.h
+++ b/src/rps/gnunet-service-rps_sampler_elem.h
@@ -120,6 +120,15 @@ RPS_sampler_elem_create (void);
120 120
121 121
122/** 122/**
123 * Destroy a sampler element.
124 *
125 * @param sampler_elem the element to destroy
126 */
127void
128RPS_sampler_elem_destroy (struct RPS_SamplerElement *sampler_elem);
129
130
131/**
123 * Input an PeerID into the given sampler element. 132 * Input an PeerID into the given sampler element.
124 * 133 *
125 * @param sampler the sampler the @a s_elem belongs to. 134 * @param sampler the sampler the @a s_elem belongs to.