summaryrefslogtreecommitdiffstats
path: root/osmo-gsup-hlr/src/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-gsup-hlr/src/rand.h')
-rw-r--r--osmo-gsup-hlr/src/rand.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/osmo-gsup-hlr/src/rand.h b/osmo-gsup-hlr/src/rand.h
new file mode 100644
index 0000000..9c5aedf
--- /dev/null
+++ b/osmo-gsup-hlr/src/rand.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <stdint.h>
+
+int rand_init(void);
+
+int rand_get(uint8_t *rand, unsigned int len);