aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-25 00:30:50 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-25 00:38:09 +0100
commit45f234c634444fe5410f75c18b55bb64cf5d4fe5 (patch)
tree9fda15acfcb16e568a5d274fe4428fea6bb46377 /include
parentb752cc5ffce7e691b10bcd0ca6da6388d303e2fe (diff)
remove dead ctrl.h header file
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/Makefile.am1
-rw-r--r--include/osmocom/msc/ctrl.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/include/osmocom/msc/Makefile.am b/include/osmocom/msc/Makefile.am
index 7e86b1266..ec231d068 100644
--- a/include/osmocom/msc/Makefile.am
+++ b/include/osmocom/msc/Makefile.am
@@ -4,7 +4,6 @@ noinst_HEADERS = \
bsc_api.h \
common.h \
common_cs.h \
- ctrl.h \
db.h \
debug.h \
gsm_04_08.h \
diff --git a/include/osmocom/msc/ctrl.h b/include/osmocom/msc/ctrl.h
deleted file mode 100644
index c5ac21092..000000000
--- a/include/osmocom/msc/ctrl.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-
-struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net,
- const char *bind_addr, uint16_t port);