aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/rps-test_util.h')
-rw-r--r--src/rps/rps-test_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rps/rps-test_util.h b/src/rps/rps-test_util.h
index 2213e50d83..d424227506 100644
--- a/src/rps/rps-test_util.h
+++ b/src/rps/rps-test_util.h
@@ -74,5 +74,8 @@ const char *
store_prefix_file_name (const struct GNUNET_PeerIdentity *peer,
const char *prefix);
+void
+to_file_raw (const char *file_name, void *buf, size_t size_buf);
+
#endif /* RPS_TEST_UTIL_H */
/* end of gnunet-service-rps.c */