summaryrefslogtreecommitdiffstats
path: root/osmo-gsup-hlr/src/rand.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-12-21 11:23:36 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-21 11:23:36 +0100
commitd54de7d35303428babffd779ef0e4ff9a0bb9b95 (patch)
treee4f5ce9885c7afadeb84f090a197964bc50e30be /osmo-gsup-hlr/src/rand.h
parent8076c87c6b79af008511d20534edfed0eb9eb1b7 (diff)
remove osmo-gsup-hlrHEADmaster
remove osmo-gsup-hlr, which was moving to its own osmo-hlr.git on November 11, 2016.
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);