summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 23:38:04 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 23:38:04 +0100
commit4acbc996634bd2292230b13a4a67b968cb9055d2 (patch)
treebf0de1aee8ec9c9270c7018e19ef1a1d1cc68130 /include
parentf567646b68e950f2ead933790574f77a87f9fe35 (diff)
downloadgmrf-4acbc996634bd2292230b13a4a67b968cb9055d2.tar
gmrf-4acbc996634bd2292230b13a4a67b968cb9055d2.zip
Add random functions
Diffstat (limited to 'include')
-rw-r--r--include/gmrf/gmrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gmrf/gmrf.h b/include/gmrf/gmrf.h
index 06427fb..c0a36ea 100644
--- a/include/gmrf/gmrf.h
+++ b/include/gmrf/gmrf.h
@@ -56,6 +56,7 @@ static inline bool gmrf_addr_equal(const gmrf_addr_t *addr1, const gmrf_addr_t *
}
gmrf_time_t gmrf_now(gmrf_t *gmrf);
+void gmrf_random_bytes(gmrf_t *gmrf, void *buffer, size_t len);
void gmrf_logf(gmrf_t *gmrf, int priority, const char *format, ...);
gmrf_addr_t gmrf_iface_get_addr(gmrf_t *gmrf, gmrf_iface_t *iface);