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, 0 insertions, 7 deletions
diff --git a/osmo-gsup-hlr/src/rand.h b/osmo-gsup-hlr/src/rand.h
deleted file mode 100644
index 9c5aedf..0000000
--- a/osmo-gsup-hlr/src/rand.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <stdint.h>
-
-int rand_init(void);
-
-int rand_get(uint8_t *rand, unsigned int len);