aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-06-08 01:23:45 +0200
committerJulius Bünger <buenger@mytum.de>2018-06-08 01:29:23 +0200
commit365e3bcae1e79c4f71f68e0d1d41172d86c51e76 (patch)
tree68afe344f0d3d4b8f59cb975a0837bc47f07f3f9 /src/rps/rps-test_util.h
parent4e2504a967ba09643c6dd7e3b9ce400e30adcb3d (diff)
downloadgnunet-365e3bcae1e79c4f71f68e0d1d41172d86c51e76.tar.gz
gnunet-365e3bcae1e79c4f71f68e0d1d41172d86c51e76.zip
rps profiler: add correct make rule, util
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 2213e50d8..d42422750 100644
--- a/src/rps/rps-test_util.h
+++ b/src/rps/rps-test_util.h
@@ -74,5 +74,8 @@ const char *
74store_prefix_file_name (const struct GNUNET_PeerIdentity *peer, 74store_prefix_file_name (const struct GNUNET_PeerIdentity *peer,
75 const char *prefix); 75 const char *prefix);
76 76
77void
78to_file_raw (const char *file_name, void *buf, size_t size_buf);
79
77#endif /* RPS_TEST_UTIL_H */ 80#endif /* RPS_TEST_UTIL_H */
78/* end of gnunet-service-rps.c */ 81/* end of gnunet-service-rps.c */