aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-02-06 15:50:20 +0100
committerMax <msuraev@sysmocom.de>2018-02-07 12:07:39 +0100
commitd8d1a9e3cc777ef8bd9dc382a3736c41945252f0 (patch)
treeb8bdec483adab68737995fcf58d37673d6935574 /tests/msc_vlr/msc_vlr_tests.h
parent093300d141c300651954473d73138b72de04d931 (diff)
VLR tests: mark static test functions as such
Diffstat (limited to 'tests/msc_vlr/msc_vlr_tests.h')
-rw-r--r--tests/msc_vlr/msc_vlr_tests.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/msc_vlr/msc_vlr_tests.h b/tests/msc_vlr/msc_vlr_tests.h
index eaec3402f..2ea3f2998 100644
--- a/tests/msc_vlr/msc_vlr_tests.h
+++ b/tests/msc_vlr/msc_vlr_tests.h
@@ -144,8 +144,6 @@ void send_sms(struct vlr_subscr *receiver,
void thwart_rx_non_initial_requests();
-void check_talloc(void *msgb_ctx, void *tall_bsc_ctx, int expected_blocks);
-
#define EXPECT_ACCEPTED(expect_accepted) do { \
if (g_conn) \
OSMO_ASSERT(conn_exists(g_conn)); \