aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-06-28 02:21:15 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-09-15 04:30:32 +0200
commite80f556cd44ace12afafcdb69a9dff9663cf1f2a (patch)
tree9a4aa713a8f03026ea0becf75c29b1fcfef664ac /include
parentb5fe9732c5a245a1717213882770caae5704539d (diff)
make two functions static
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/mncc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/msc/mncc.h b/include/osmocom/msc/mncc.h
index 8a1e4adb5..c8f3bfd6b 100644
--- a/include/osmocom/msc/mncc.h
+++ b/include/osmocom/msc/mncc.h
@@ -219,7 +219,6 @@ union mncc_msg {
const char *get_mncc_name(int value);
void mncc_set_cause(struct gsm_mncc *data, int loc, int val);
-void cc_tx_to_mncc(struct gsm_network *net, struct msgb *msg);
/* input from CC code into mncc_builtin */
int int_mncc_recv(struct gsm_network *net, struct msgb *msg);