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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps_sampler_elem.h b/src/rps/gnunet-service-rps_sampler_elem.h
index cb9506d69..b7224331d 100644
--- a/src/rps/gnunet-service-rps_sampler_elem.h
+++ b/src/rps/gnunet-service-rps_sampler_elem.h
@@ -129,6 +129,16 @@ void
129RPS_sampler_elem_next (struct RPS_SamplerElement *s_elem, 129RPS_sampler_elem_next (struct RPS_SamplerElement *s_elem,
130 const struct GNUNET_PeerIdentity *new_ID); 130 const struct GNUNET_PeerIdentity *new_ID);
131 131
132/**
133 * Initialise the min-wise independent function of the given sampler element.
134 *
135 * @param s_elem the sampler element
136 * @param auth_key the key to use
137 */
138void
139RPS_sampler_elem_set (struct RPS_SamplerElement *s_elem,
140 struct GNUNET_CRYPTO_AuthKey auth_key);
141
132 142
133#endif /* RPS_SAMPLER_ELEM_H */ 143#endif /* RPS_SAMPLER_ELEM_H */
134/* end of gnunet-service-rps.c */ 144/* end of gnunet-service-rps.c */